Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to open a new window in ASP without toolbar or menu

Status
Not open for further replies.

TigerWood

Programmer
Apr 25, 2003
7
US
I have an ASP application that generate report. When I click the submit button a new report comes out in a new window. I would like to disable all the URL textbox, menu and toolbar on the Browser (IE6), how can I do this?

Basically I need to incorporate these two statements together.

1.
<Form Method = 'POST' name='MyForm' target='_blank' action = '
2.
window.open('test.htm','AboutWin','toolbar=no,directories=no,menubar=no,status=no,width=600,height=600')

Thank you all for your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top