Results page in other window.
Posted
by xRobot
on Stack Overflow
See other posts from Stack Overflow
or by xRobot
Published on 2010-05-17T10:44:54Z
Indexed on
2010/05/17
10:50 UTC
Read the original article
Hit count: 146
I have this simple form:
<form method="post" action".">
<input type="text" name="title">
<input type="submit" name"send">
</form>
I want that when a user click on submit, then will be open another window of browser with the results. Is it possible ?
© Stack Overflow or respective owner