i need to make a pop window for my site but i also want that if i press a link on that pop window, the link goes in the main page and not another window
i need to make a pop window for my site but i also want that if i press a link on that pop window, the link goes in the main page and not another window
Or the equivalent, without the main page re-direct (w/o JavaScript):Code:<a href="mypage.htm" onclick="window.open('mypop-up.htm')">Popup/Redirect</a>
Code:<a href="mypop-up.htm" target="_blank">Popup</a>
- Mike
why is this in the flash category? usefor flash (i think)HTML Code:getURL('pageURLhere', new
You're missing a right bracket there.![]()
- Mike
so i am. Im also missing a ;
If the main page's window has a name, you can target it. To give a page a name:
To target it from a link:Code:<script type="text/javascript"> window.name='some_name'; </script>
Because it is code that is used to write Active Script, not javascript. Active Script is the language from which Flash is compiled.Code:<a href="whatever.htm" onclick="window.open(this.href,'some_name');return false;">Link Text</a>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks