open new window without address bar

Discussion in 'HTML & Website Design' started by thanapa, Oct 21, 2009.

  1. #1
    Hi

    i want to open new window without address bar. Im trying to open flash file , but i want to hide address.

    Thank you
    :)
     
    thanapa, Oct 21, 2009 IP
  2. forextrendalerts

    forextrendalerts Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you want to open a totally new window you can use client side javascript
    such as this:
    window.open('MyPage.aspx','_blank')
    There are all kinds of options for setting window properties such as window
    size and address bar & toolbar visibility.
    Here's more info:
    http://msdn.microsoft.com/workshop/a...ods/open_0.asp
     
    forextrendalerts, Oct 22, 2009 IP