Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 7 of 7

Thread: Ummm Pop Up

  1. #1
    Join Date
    May 2005
    Posts
    1,062
    Tokens
    0

    Latest Awards:

    Default Ummm Pop Up

    Dose any know the script for a pop up message when they first get on the site? I want it to say

    Message from web master: Website still under construction please bear with us thanks!

    Thanks would some one be able to give em code and tell em how to change the message. Thanks

    PS There will also be rep for all that helps Ty
    We Will Rock You!
    .._...|..____________________, ,
    ....../ `---___________----_____|] = = =
    ...../_==o;;;;;;;;_______.:/
    .....), ---.(_(__) /
    ....// (..) ), ----"
    ...//___//
    ..//___//
    .//___//


    Signature edited by Agesilaus (Forum Super Moderator): Signature image was exceeding the size limit for your usergroup an font size reduced as it is against the rules to have a font size bigger than 4.

  2. #2
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    HTML Code:
    <html>
    <head>
    <script type="text/JavaScript">
    <!--Begin
    function message() {
       alert('Message from web master: Website still under construction please bear with us thanks!');
    }
    //-->
    </script>
    </head>
    <body onLoad="message();">
    </body>
    </html>
    kinda quit.

  3. #3
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    2,087
    Tokens
    138

    Latest Awards:

    Default

    I have it somewhere

  4. #4
    Join Date
    May 2005
    Posts
    1,062
    Tokens
    0

    Latest Awards:

    Default

    Thanks very much Thred can be Closed! Rep +
    We Will Rock You!
    .._...|..____________________, ,
    ....../ `---___________----_____|] = = =
    ...../_==o;;;;;;;;_______.:/
    .....), ---.(_(__) /
    ....// (..) ), ----"
    ...//___//
    ..//___//
    .//___//


    Signature edited by Agesilaus (Forum Super Moderator): Signature image was exceeding the size limit for your usergroup an font size reduced as it is against the rules to have a font size bigger than 4.

  5. #5
    Join Date
    Apr 2006
    Location
    UK
    Posts
    4,830
    Tokens
    0

    Latest Awards:

    Default

    if u need anymore coding please say i have lots including changing background colour by clicking button like the new one on here

    Need a domain but dont have paypal... not to worry. You can purchase a domain via text or home phone at XeoDomains.mobi.

    (X Moderator)
    AKA Cheekykarl

  6. #6
    Join Date
    Apr 2006
    Location
    England
    Posts
    1,159
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Nets
    HTML Code:
    <html>
    <head>
    <script type="text/JavaScript">
    <!--Begin
    function message() {
    alert('Message from web master: Website still under construction please bear with us thanks!');
    }
    //-->
    </script>
    </head>
    <body onLoad="message();">
    </body>
    </html>
    You don't need:
    HTML Code:
    <body onLoad="message();">
    All you need is:
    HTML Code:
    <script language="Javascript">
    alert ("Message from web master: Website still under construction please bear with us thanks!")
    </script>
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.

  7. #7
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Pop up when entering site :

    HTML Code:
    <SCRIPT language="JavaScript">alert("TEXT") </SCRIPT>
    When leaving site:

    HTML Code:
    <BODY onUnload="alert('TEXT HERE');">

Posting Permissions

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