jitseschaafsma
12-09-2003, 05:16 AM
I have a doc with two frames.
From the bottum frame i want to open a new window (IE 6)
i use this command
var newWindow=window.open(null,"_blank","location=0,menubar=0,scrollbars=0,status=0,titlebar=0,toolbar=0")
When this window opens i still display an URL (to be more specific : the url from the bottoum frame)
I also tested "about:blank and ""
to no avail
I can i prevent the user toe see the URL.
Thanks Jitse
From the bottum frame i want to open a new window (IE 6)
i use this command
var newWindow=window.open(null,"_blank","location=0,menubar=0,scrollbars=0,status=0,titlebar=0,toolbar=0")
When this window opens i still display an URL (to be more specific : the url from the bottoum frame)
I also tested "about:blank and ""
to no avail
I can i prevent the user toe see the URL.
Thanks Jitse