Welcome, Guest
  • Author Topic: location showing on popup  (Read 2724 times)

    Scott

    • Server what's that
    • *
    • Posts: 5
      • View Profile
      • Email
    location showing on popup
    « on: 02/10/05, 20:02 »
    Hello all!

        getURL ("javascript:NewWindow=window.open('http://www.mysite.net/dynatones.htm','newWin','width=500,height=500,left=0,top=0,toolbar=No,
    location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No');  NewWindow.focus();      void(0);");


    My location on my popup on the bottom left hand corner shows.  I am wondering what I need to do to not show this location of the files I have.

    Thank you for your assistance!
    Scott
    « Last Edit: 02/11/05, 06:01 by Jorge Solis »

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:location showing on popup
    « Reply #1 on: 02/11/05, 06:01 »
    Hi Scott, welcome to the Boards !

    This part: location=No tells the browser to not show the location bar. But since this is managed by JavaScript, probably there's some issue trough different browsers.

    Jorge

    Scott

    • Server what's that
    • *
    • Posts: 5
      • View Profile
      • Email
    Re:location showing on popup
    « Reply #2 on: 02/11/05, 09:03 »
    Thank you for the reply....  i just don't get why the locations shows!!!  annoying!
    But thank you for you response.

    Anyone else have a clue on this one??     ;)

    Scott

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:location showing on popup
    « Reply #3 on: 02/11/05, 09:04 »
    Which browser are you using? Did you test with some other?

    Jorge

    Scott

    • Server what's that
    • *
    • Posts: 5
      • View Profile
      • Email
    Re:location showing on popup
    « Reply #4 on: 02/11/05, 09:57 »
    IE

    User use IE also.  My popup has mp3's in it and I want to hide the location is my goal.

    Thanks,
    Scott

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:location showing on popup
    « Reply #5 on: 02/11/05, 10:59 »
    This works for sure in IE. Just do a quick test on http://www.flash-db.com, Library's Tool->Js Generator and you will see that the pop-up doesn't have Location bar.
    Anyway, this is just a dummy protection, just rigth-clicking over the window and selecting  properties, you can know the URL of the page, or even see the source code.

    Jorge

    Scott

    • Server what's that
    • *
    • Posts: 5
      • View Profile
      • Email
    Re:location showing on popup
    « Reply #6 on: 02/11/05, 12:16 »
    actually that is where I got the script from... and I thank you for that.  I see that I need to try a few things but can't until I get home --- at work now.

    Thank you so much for your assistance!!!
    Much appreciated!!!
    Scott :)

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    Re:location showing on popup
    « Reply #7 on: 02/17/05, 03:40 »
    And the mp3 stays in user cache's anyways..

    Scott

    • Server what's that
    • *
    • Posts: 5
      • View Profile
      • Email
    Re:location showing on popup
    « Reply #8 on: 02/17/05, 19:35 »
    strange that even though I have Location=No it still shows the location............wierd!
    Scott ???