How to make the popup window show no menu and tool bar?

Discussion in 'HTML & Website Design' started by hhheng, Jan 2, 2007.

  1. #1
    I set the link as blank so when visitors click this link, a new window will popup. But I don't want the browsers show the menu bar, tool bar and status bar, address box, etc, which means visitors can do nothing on this new window except close it. I'm using this page for my directory's submission guidelines.

    Can anybody tell me how to achieve this? Thanks.
     
    hhheng, Jan 2, 2007 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
  3. zumo

    zumo Peon

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Try this setting :

    settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no'
     
    zumo, Jan 3, 2007 IP