Closing Window in IE8

Posted by user331438 on Stack Overflow See other posts from Stack Overflow or by user331438
Published on 2010-05-03T13:16:42Z Indexed on 2010/05/03 13:28 UTC
Read the original article Hit count: 193

Filed under:
|
|

I have a some javascript that calls is calling for a popup (media player) to load. That works But I want the parent page to close or not even appear to have opened. This works great in Firefox.

Code is:

window.open("radio.html","Levante_Radio_Live","width=323,height=281,scrollbars=no,menubar=no,location=no",); window.close();

© Stack Overflow or respective owner

Related posts about window

Related posts about closing