Hi i want to open new window without address bar. Im trying to open flash file , but i want to hide address. Thank you
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