Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Oct 2004
    Location
    in a hightech bin :)
    Posts
    5
    Tokens
    0

    Default Creating Website In Popup

    i no you have to add a script however, it doesnt seem to be working and a error message keeps coming up....


    any help with be deeply Appreciated ... :eusa_pray
    :wav: Radiance ^_^ :wav:

  2. #2
    Join Date
    Sep 2004
    Location
    USA
    Posts
    2,119
    Tokens
    1,371

    Latest Awards:

    Default

    Are you talking about an alert?
    Or a pop up window?


  3. #3
    Join Date
    Oct 2004
    Location
    in a hightech bin :)
    Posts
    5
    Tokens
    0

    Default

    pop up window
    :wav: Radiance ^_^ :wav:

  4. #4
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    My favert script to bring up a pop up, via clicking a link is...
    HTML Code:
     <a href="javascript:pop();" "> Write clicklbe text here </a>
    
    <script language='JavaScript' type="text/javascript">
    function pop() { window.open('URL OF SITE TO GO IN POP UP','Text','width=500,height=500,resizable=yes,scrollbars=yes'); }
    </script>
    Last edited by Mentor; 05-01-2005 at 06:26 PM.

  5. #5
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    2,280
    Tokens
    1,075

    Latest Awards:

    Default

    That is a usefull script mentor

    http://www.stupidian.com
    (contains mild swearing)

  6. #6
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    i just put it in code tags to get rid of that smily.

  7. #7
    Join Date
    Jul 2004
    Location
    Habbo, Were Eles?
    Posts
    701
    Tokens
    0

    Default

    whats the code to put it in a warn thing like www.habbo-info.com have

  8. #8
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    warn code ? im not quite shore what you wnat :/

  9. #9
    Join Date
    Oct 2004
    Location
    Scotland
    Posts
    2,280
    Tokens
    1,075

    Latest Awards:

    Default

    sorry cant help you

    http://www.stupidian.com
    (contains mild swearing)

  10. #10
    Join Date
    Jul 2004
    Location
    Habbo, Were Eles?
    Posts
    701
    Tokens
    0

    Default

    were a small pop up appars on the site only and you may cose it

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
  •