oi James!!

you should be able on the parent window to do

window.opener = null;
[code for open child window]
self.close()

/me thinks... it's been a while since i've mucked with it.




------------------------------------
Friday, March 7, 2003, 1:30:41 PM, you wrote:

JB> Hello All:

JB> JavaScript Question

JB> I need to have JavaScript code work for Netscape 4.7 to open a child 
JB> window and close the parent and bypass the confirm message. Can someone 
JB> please send me an example?

JB> This code works in IE and Netscape 6-7 but not Netscape 4.7

JB> <!--- <SCRIPT LANGUAGE = JavaScript>

JB> {

JB> newwin=window.open("Login.cfm","_blank","......." )
JB> firstwindow = window.self;
JB> firstwindow.opener = window.self;

JB> firstwindow.close();
JB> newwin.focus()

JB> }
JB> </SCRIPT> --->


JB> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to