Click to See Complete Forum and Search --> : pop up killer!!!!


john_clark
04-16-2003, 09:48 AM
can somebody tell me if there is a source code existing which kills a pop up when it opens?

many thx for your answers...

@@++

John clark

khalidali63
04-16-2003, 09:51 AM
use NS7+ or mozilla 1+ browsers you can kill popups in them

Cheers

Khalid

john_clark
04-16-2003, 09:54 AM
it's for one of my web site... and I want the pop up to be closed when anybody opens my page... so i would like a source code in javascript to kill them...

many thx

@@++

John Clark

khalidali63
04-16-2003, 09:58 AM
sound slike you have popup opend from within your maion page etc.
If that is so,then you can close the child window like this

childWindowName.close();

Khalid