Popup Code

Discussion in 'HTML & Website Design' started by anonymous01, Oct 17, 2013.

  1. #1
    I am looking for a popup code that pops up a simple object.
    Basically I want to make an object pop up and be close able.
     
    Solved! View solution.
    anonymous01, Oct 17, 2013 IP
  2. #2
    I would recommend you Twitter Bootstrap - A CSS framework that has it's own JavaScript for easier web site building.
    Or you can install jQuery UI.
     
    ElMaZaGaNgI, Oct 20, 2013 IP
  3. shiv saroya

    shiv saroya Active Member

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #3
    script type="text/javascript">
    // Popup window code
    function newPopup(url) {
    popupWindow = window.open(
    url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
    }
    </script>
    <a href="JavaScript:newPopup('http://www.quackit.com/html/html_help.cfm');">Open a popup window</a>
     
    shiv saroya, Oct 25, 2013 IP
  4. MasalaClips

    MasalaClips Greenhorn

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #4
    does it work with vbulletin?
     
    MasalaClips, Jan 21, 2014 IP