M
Michael
Hi,
I create site with a prefix FramSet layout.
The main page contains HTML <Form> function like this
<Form name=my_form method=post action=my_action.asp>
<input name=search_string type="text" value="user_input_here">
<input name=submit type=submit value=submit>
</Form>
when user click submit button, the server side runs my_action.asp and send
the results back.
By default the result page will be showed in the same frame erea.
How can I show the result page to a new blank window?
Thanks
Michael
I create site with a prefix FramSet layout.
The main page contains HTML <Form> function like this
<Form name=my_form method=post action=my_action.asp>
<input name=search_string type="text" value="user_input_here">
<input name=submit type=submit value=submit>
</Form>
when user click submit button, the server side runs my_action.asp and send
the results back.
By default the result page will be showed in the same frame erea.
How can I show the result page to a new blank window?
Thanks
Michael