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!
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!