Dunno!
I don't expect this will help much
I had a popup (that was beyond my control) that I wanted to close so I created another popup with the same name so it replaced it and I could then forcec that to close.
Code:<script language="JavaScript"> <!-- ukpop = open("popup.html","uk2net","top=20,left=20,width=360,height=260"); ukpop.close(); parent.frames('uk2netheader').location = 'header.html'; //--> </script>#


Reply With Quote