The following code will result in displaying the result in a new web page,
<form action="form_action.asp" method="get" target="_blank">
First name: <input type="text" name="fname" /><br />
Last name: <input type="text" name="lname" /><br />
<input type="submit" value="Submit" />
</form>...