Jungle_Roger
01-19-2006, 09:16 AM
Hi, Can anyone help me,
When I click a link on my site a popup opens but when I click another link it opens in the same popup window.
how do I get it to open a new popup window for every link?
Here's the code I'm using:
menu.subMenus[2].addItem("Mp3z","window.open('music/mp3z.html','popup','width=300,height=300')");
it is part of a large js menu.
Thanks
When I click a link on my site a popup opens but when I click another link it opens in the same popup window.
how do I get it to open a new popup window for every link?
Here's the code I'm using:
menu.subMenus[2].addItem("Mp3z","window.open('music/mp3z.html','popup','width=300,height=300')");
it is part of a large js menu.
Thanks