Forums
This topic is locked
Advanced Open Window 3 .08
Posted 26 Feb 2003 20:14:04
1
has voted
26 Feb 2003 20:14:04 Lisa Machkovich posted:
Is there a way to have all your links open within the same pop-up window and not open new windows with each link clicked?Lisa R. Machkovich
Replies
Replied 13 Mar 2003 00:46:49
13 Mar 2003 00:46:49 Jeremy Neal replied:
Using standard JavaScript, make sure you always name your popup window the same, thus:
window.open('windowname.html', 'mywindow', 'features');
In this example, the important bit is mywindow. If everytime you call a popup script like this, and you always name it mywindow, any new windows will replace any previous ones.
It's all in the recipe, ingredients, cooking time and a little je ne sais quoi. Yummy.
window.open('windowname.html', 'mywindow', 'features');
In this example, the important bit is mywindow. If everytime you call a popup script like this, and you always name it mywindow, any new windows will replace any previous ones.
It's all in the recipe, ingredients, cooking time and a little je ne sais quoi. Yummy.
Replied 13 Mar 2003 16:41:49
13 Mar 2003 16:41:49 Lisa Machkovich replied:
Thank you, I will try that.
Lisa R. Machkovich
Lisa R. Machkovich