Form results in new window?

liunx

Guest
Hi, and thanks for reading. The following is sample code (disabled) for a form, but I'd like to have the results open in a new window. I can't quite figure out how to do it... Any suggestions?<br />
<br />
Tim<br />
<br />
<br />
<FORM METHOD="POST" ACTION="http://somewhere.com"><input type=hidden name=id value=UU7CQbpmDrM><input type=hidden name=offerid value=38611><input type=hidden name=bnid value=154><input type=hidden name="subid" value=""><br />
<br />
<INPUT TYPE="HIDDEN" NAME="PAGE" VALUE="SEARCH"><br />
<B><FONT FACE="Times New Roman" SIZE="2">Search Somewhere.com for: <br />
<INPUT TYPE="text" NAME="KEYWORD" SIZE="15" VALUE=""><br />
<INPUT TYPE="HIDDEN" NAME="CID" VALUE="17234"><br />
<INPUT TYPE="HIDDEN" NAME="FP" VALUE="F"><br />
<INPUT TYPE="submit" NAME="Go" VALUE="Go"><br />
</FONT></B> <br />
</FORM><!--content-->in the form tag add target="_blank"<!--content-->Thanks! I appreciate the help!<br />
<br />
Tim<!--content-->
 
Back
Top