esthera
02-20-2007, 03:23 PM
how can i make it that when a link is clicked in my popup it closes the popup and opens the link in a fullsize window?
|
||||
pop up to open new window?esthera 02-20-2007, 03:23 PM how can i make it that when a link is clicked in my popup it closes the popup and opens the link in a fullsize window? BarrMan 02-20-2007, 03:43 PM Try this: function closeNopen() { window.open("ur_page.html","title"); window.close(); } <a href="javascript: closeNopen();">Close and open</a> esthera 02-20-2007, 04:29 PM how do I pass in the url to open? esthera 02-20-2007, 04:54 PM i got the url to open -- but it's opening in the popup and I want it to open in a new window. BarrMan 02-20-2007, 06:52 PM Hmm, what browser are you using? In ie it works fine. esthera 02-20-2007, 07:08 PM firefox nikkiH 02-20-2007, 07:11 PM Do you have any extensions controlling windows and tabs? I have several, personally, and your link would never open a new window for me. I disallow it. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum