How do i get pop up windows for my site?

Discussion in 'HTML & Website Design' started by Angelawilson, Dec 2, 2010.

  1. #1
    hello all,

    How can i get pop up windows for my site?Is there any code which would help me do this? Pl help me..
     
    Angelawilson, Dec 2, 2010 IP
  2. chelmedia

    chelmedia Greenhorn

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
  3. Angelawilson

    Angelawilson Peon

    Messages:
    146
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i need one which would automatically open when i load the website..
     
    Angelawilson, Dec 2, 2010 IP
  4. HarryTG

    HarryTG Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Put this between your <head> tags.
    
    <script type="text/javascript">
    <!--
    function Popup() {
    window.open("ENTER URL HERE", "Window", 
    "status = 1, height = 300, width = 300, resizable = 0")
    }
    //-->
    </script>
    
    Code (markup):
    and change your <body> to this:
    <body onLoad="Popup()">
    Code (markup):
    By the way, you can change the height and width to whatever you want.
     
    HarryTG, Dec 2, 2010 IP
  5. calvin4u

    calvin4u Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    My suggestion is Use ModalBox, simple and easy to use
     
    calvin4u, Jan 27, 2011 IP