PDA

Click to See Complete Forum and Search --> : Popup window


Mark Sreeves
Jun 12th, 2000, 06:51 PM
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.


<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>#

Ianpbaker
Jun 12th, 2000, 06:55 PM
Thanks Mark.

I Will give it a go.

Ian