Hi all,
I have a little piece of code that closes a pop-up after some scripts have run...
Which works fine in IE6, but with IE7... I get a prompt confirming that I want to close it... very annoying. Anyway to get around this? Possible Javascript forum question, thought I ask ya'll first.
Thanks in advance,
a8le.
I have a little piece of code that closes a pop-up after some scripts have run...
VB.NET:
Page.RegisterStartupScript("Close", "<script language=javascript>window.close(); </script>")
Which works fine in IE6, but with IE7... I get a prompt confirming that I want to close it... very annoying. Anyway to get around this? Possible Javascript forum question, thought I ask ya'll first.
Thanks in advance,
a8le.