Now i need to submit a form and show the result in a pop-up page. But the problem is that we're required to set the pop-up explorer window some special property, e.g. no menu bar, no tool bar, and the most important is that there should be no adress bar in the pop-up InterExplorer. How can i do this?
Following just now the code in our project:
<form action="/estat/query/querystatreport.do" method="GET" target="_blank" name="statform">
...
...
<input type="submit" value="Query" name="MonthReport" class="button"></td>
</form>
How can i?
Thank you very much for your viewing my question, and your so kind help!
Thanks!
Following just now the code in our project:
<form action="/estat/query/querystatreport.do" method="GET" target="_blank" name="statform">
...
...
<input type="submit" value="Query" name="MonthReport" class="button"></td>
</form>
How can i?
Thank you very much for your viewing my question, and your so kind help!
Thanks!