Results 1 to 2 of 2

Thread: Popup window

  1. #1

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    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>#
    Mark
    -------------------

  2. #2
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696

    Wink

    Thanks Mark.

    I Will give it a go.

    Ian
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width