Results 1 to 3 of 3

Thread: popup window help stop resizing and toolbars etc

  1. #1
    Join Date
    Aug 2007
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default popup window help stop resizing and toolbars etc

    below is my code, i need to stop thge popup window from being able to be resized and seeing toolbars etc, also the table width and height isnt working for some reason.

    any help woud be great cheers.

    ------------------------------------------------------------


    <script language="javascript" type="text/javascript">
    <!--
    function popitup(url)
    {
    newwindow=window.open(url,'name',"","width=,height=,resizable=no")
    if (window.focus) {newwindow.focus()}
    return false;
    }

    // -->
    </script>

    <p align="center">


    <div align="center"><a target="_blank" onMouseOver="this.style.cursor='hand';" onclick="return popitup('http://www.google.com')">google</a></div>

  2. #2
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    Code:
    (url,'name',"","width=,height=,resizable=no")
    (url,'name',"","width=100px,height=200px,resizable=no,toolbar=no")

  3. #3
    Join Date
    Aug 2007
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i dont no why but that doesnt work fr me, the page wont resize and i cant see to set the page size or anything.......

    does any 1 have a popup script that will only allow 1 popup to open at one time within or open other popups but use the existing popup that was already open instead of opening a new 1???

    please help

Bookmarks

Posting Permissions

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