Results 1 to 3 of 3

Thread: someone help me please

  1. #1

    Thread Starter
    Lively Member Skateboarder's Avatar
    Join Date
    Nov 2000
    Location
    Delfzijl, the Netherlands
    Posts
    66

    Unhappy

    Ok... I know this should be in the javascript forum, but
    in that forum it takes ages before i get a reply.

    So, my problem is: I know how to get rid of annoying frames
    with commerce ****, but how do I get rid of a popup. U know,
    the stupid geocities pop-up?

    Can anybody help me with this?

    Thanx
    To VB or not to VB, that's the question...

  2. #2
    Lively Member
    Join Date
    Aug 2000
    Location
    medina, OH
    Posts
    125
    "Sometimes the only way you can feel good about yourself is by making someone else look bad And I'm tired of making other people feel good about themselves"-Homer Simpson

  3. #3
    Guest
    Try this:

    Code:
    <SCRIPT>
    <!--
    function close_nagwin(){
    var popupURL = "blank.html";
    popup =
    window.open(popupURL,"Popup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=0,height=0');
    
    popup.close()}
    
    // -->
    </SCRIPT>
    
    <body onLoad="close_nagwin();">
    [Edited by Matthew Gates on 11-18-2000 at 12:51 PM]

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