Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2004
    Location
    Soz Sierk, not tonight.
    Posts
    6,665
    Tokens
    0

    Latest Awards:

    Default I forgot how to do pop-up windows!

    I'm so silly,can someone remind me of the pop up window code!

    Lozzo2

  2. #2
    Join Date
    Aug 2005
    Location
    Spain
    Posts
    1,367
    Tokens
    0

    Latest Awards:

    Default

    www.HabboLox.co.uk then generators and make 1

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

    Latest Awards:

    Default

    I usealy do it as a href function so it doesnt get killed by popup blockers
    Code:
    <script language='JavaScript' type="text/javascript">
    <!--
    function my_popup() { window.open(' URL OF PAGE WANTED TO SHOW IN POPUP','PopUpName','width=500,height=500,resizable=yes,scrollbars=yes'); }
    //-->
    </script>
    Configure the above js, most attributes are obvios etc then use with link href
    Code:
    <a href='javascript:my_popup();' title='title'>Link text</a>

Posting Permissions

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