Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Apr 2006
    Posts
    71
    Tokens
    0

    Default Auto popup script

    Anyone got the code for a Auto popup? like when you visit the site, it auto popups.






  2. #2
    Join Date
    Mar 2006
    Location
    Manchester UK
    Posts
    195
    Tokens
    0

    Default

    Hello.

    You could easily do this with a Javascript alert.

    HTML Code:
    <script type="text/javascript">
    <!--
    alert("Text For Your Alter");
    //--!>
    </script
    Hope this helped.
    Encryptions
    Last edited by Encryptions!; 13-04-2006 at 07:12 AM.

  3. #3
    Join Date
    Apr 2006
    Posts
    71
    Tokens
    0

    Default

    Quote Originally Posted by Encryptions
    Hello.

    You could easily do this with a Javascript alert.

    HTML Code:
    <script type="text/javascript">
    <!--
    alert("Text For Your Alter");
    //--!>
    </script
    Hope this helped.
    Encryptions
    I kinda wanted a popup ;[[
    like ads lolol but not ads






  4. #4
    Join Date
    Mar 2006
    Location
    Manchester UK
    Posts
    195
    Tokens
    0

    Default

    Hello.

    If you want to still use Javascript you could use a function. I am guessing you could use this; although I haven't tested it.

    HTML Code:
    <script type="text/javascript">
    <!-- Begin
    function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=200,height=200');");
    }
    // End -->
    </script>
    And then:

    HTML Code:
    <body onLoad="javascript:popUp('url')">
    Hope this helps.
    Encryptions
    Last edited by Encryptions!; 13-04-2006 at 07:42 AM.

  5. #5
    Join Date
    Feb 2006
    Location
    Befordshire, England
    Posts
    672
    Tokens
    0

    Default

    Nice post Dan + Rep


    Daza

  6. #6
    Join Date
    Apr 2006
    Posts
    71
    Tokens
    0

    Default

    The code isn't work plus i found a working code i was bad due to many browsers having "Block popups" so i just made a Popup link






  7. #7
    Join Date
    Sep 2005
    Posts
    37
    Tokens
    0

    Default :)

    http://www.habbolayouts.com/layouts/...outs/updating/

    maybe that could help you, check it out i think its what you want eh

  8. #8
    JoeComins Guest

    Default

    I cant see why you would WANT to use pop-ups, as they are a major pain in the ****, and I usally leave a site immediatly

  9. #9
    Join Date
    Aug 2005
    Location
    Tunbridge Wells, Kent
    Posts
    5,063
    Tokens
    1,624

    Latest Awards:

    Default

    www.habbo-record.com/javascript_source.htm try that

    EDIT: Damn just broke it PMSL
    Last edited by Flisker; 16-04-2006 at 10:33 AM.
    Never argue with an idiot, he'll drag you down to his level, and beat you with experience.

    Quote Originally Posted by Recursion
    *oh trust me
    *I would NEVER go ATi
    And 15 mins later...
    Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
    *ordered.

  10. #10
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    http://www.habbolayouts.com/layouts/...outs/updating/

    That doesnt work in firefox. It doesnt close. *DONT USE*

Page 1 of 2 12 LastLast

Posting Permissions

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