Everytime I add the target command to
the form action line, sure it opens a
new browser window, but the zip code
doesn't transfer over to the website
page. Is there a way down by the submit or value at the end where I can
have the displayed information appear
in another browser window instead of the SAME ONE? Reason: Do not want people to leave the website.
The script is below:
<form action="http://www.usaweathernet.com/cgi-bin/weather//hamweather.cgi" method="POST">
<input type="hidden" name="theme" value="default"><input
type="hidden" name="user" value="default"><input
type="hidden" name="forecast" value="zandh">
<A HREF=http://www.usaweathernet.com/>
<IMG SRC=http://www.usaweathernet.com/images/usawthr.gif border=0 ALT=USA Weather Net align=left></a>
<p>Enter Your <strong>"City, State"</strong>, <strong>State</strong>
or <strong>Zipcode</strong>: <input type="text" size="15"
name="pands" value=""> <input type="submit"
name="Submit" value="GO" </p>
</form>
The KRYPTOR
