Results 1 to 3 of 3

Thread: create auto pop

  1. #1
    Join Date
    Sep 2004
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default create auto pop

    Hi everyone.
    I need to create an auto pop up window in my website and I don't know how to do this.
    Can any one help me?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Google is your friend here. Lots of scripts are out there.

    however, you want an AUTO popup, which is exactly what all popup blockers block.

    If you had one that was based on user input, like a click (on a link, etc.), that would likely be allowed, but not the automatic one.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    May 2006
    Posts
    259
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    He's right... Run a search with quotes added for "auto pop up" and your sure to find what your looking for. I just ran a search and there are a lot of them.

    Or you can try this one!

    <html>
    <head>
    <title></title>
    </head>
    <body onload="win('http://www.beholdhecomes.net','','750','500','0','0','1','width=750,height=500')">
    <script type="text/javascript">
    <!--//
    function win(u,n,w,h,l,t,c,f) {
    var x=((screen.width-w)/2);if(c==1){l=x;t=(screen.height-h)/2;}if(c==2){l=x}
    f+=',top='+t+',left='+l;LvlWin=window.open(u,n,f);LvlWin.focus();
    }
    //-->
    </script>
    </body>
    </html>
    "Only dead fish flow with the stream".
    - Unknown

Bookmarks

Posting Permissions

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