• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

[Javascript] window.close()

bozley05

NLC
NLC
Is it possible to use the window.close() function without having IE giving an alert that the browser is trying to close itself?
 
Damn.... coz what I wanna do is load a pop-up from flash, but coz my flash file is stand-alone I can't include javascript so I tried to create a link outta flash using the old "_blank" trick then load the pop-up automatically from that file and then auto the _blank window. I'm really stuffed now....
 
Worked it out!

Thought I would share my new found knowledge with anybody who cares.

Before you do your
self.close()
chuck in
self.opener = ""

and you will not get that annoying error, cool huh?
 
Back
Top