PDA

View Full Version : How to have old frame close, pop up stay?


Joel
01-21-2000, 12:14 PM
Hello and thanks for your time. I have one web page. Ok. Then, they click a link and the pop up window comes and is customized to my liking...great.<BR><BR>But, how do I have that old browser window, the original one, close by itself? Or, can a link on the NEW window, command the first/original window to close? So, they click a 'continue' link on the pop up, and by doing so, the old one closes. I will tell them this ahead of time...<BR><BR>Is this possible, and how? Thanks<BR><BR>Joel

Diwakar
01-28-2000, 04:58 PM
On the load of new window<BR><BODY OnLoad="window.parent.close()"><BR><BR>

Joel
02-02-2000, 10:32 AM
Thanks but that closed the new window...what should I do?<BR><BR>Joel

Surendar
02-03-2000, 03:09 PM
opener.window.close()