open a pop up window
-
hi, On opening the pop up window the parent has to be closed. when im using the following code: window.opener=null; window.opener.close(); in the pop up window..im getting an alert box like "the page you are viewing is about to close".. i have to stop that alert box.. any suggestions please. thanking you, with regards, vishnu.
-
hi, On opening the pop up window the parent has to be closed. when im using the following code: window.opener=null; window.opener.close(); in the pop up window..im getting an alert box like "the page you are viewing is about to close".. i have to stop that alert box.. any suggestions please. thanking you, with regards, vishnu.
You can't get rid of it. It's a browser feature and the trick you're using hasn't worked since IE6.
I'm not a stalker, I just know things. Oh by the way, you're out of milk.
Forgive your enemies - it messes with their heads
-
hi, On opening the pop up window the parent has to be closed. when im using the following code: window.opener=null; window.opener.close(); in the pop up window..im getting an alert box like "the page you are viewing is about to close".. i have to stop that alert box.. any suggestions please. thanking you, with regards, vishnu.