Results 1 to 2 of 2

Thread: Popup windows

  1. #1
    Join Date
    May 2006
    Location
    US
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Popup windows

    1) Script Title: Popup Window Generator

    2) Script URL (on DD): Popup

    3) Describe problem: I am using the first one but I want to know if there is a way to get rid of the address in the title bar.
    Last edited by Ready; 08-09-2006 at 07:12 PM. Reason: remove some content

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Yes, but not really. In some browsers it will appear differently. Opera, for instance, will show the address in a little bar just above the content of the page. The way to get the address out of the title bar in most browsers though, is either to view the page locally, or to allow the address bar (location bar) in the pop up. To do this with the wizard, check the box for location bar.

    It used to be possible to do this live, and older browsers will still do it this way with the code you are already using. But, with the advanced security features of most modern browsers, it isn't possible.

    Here is a link to the W3Schools page on the window.open() method:

    http://www.w3schools.com/htmldom/met_win_open.asp

    As you will see, there are other specifications available, like fullscreen. It is an IE only specification and it (or some of the others) might get you what you want but, there is nothing for this in any other browser and the IE only specifications will cause an error in other browsers if they are not shielded from them by code branching.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •