M
Mike Macgowan
Hi all,
I would like to create a link on my page that sends a zip code and radius to
the following form:
<form method="POST" action="http://zipfind.net/scripts/miles.exe">
</TD>
<TD>
<FONT FACE="MS Sans Serif, Arial, Helvetica" SIZE="1"><B>ZIP
Code:</B></font><BR>
<INPUT Class="Text" NAME="102" VALUE="" TYPE="TEXT" SIZE="7"
MAXLENGTH="5">
</td>
<TD>
<FONT FACE="MS Sans Serif, Arial, Helvetica"
SIZE="1"><B>Radius:</B></font><BR>
<INPUT TYPE="text" NAME="103" VALUE="" SIZE="3" MAXLENGTH="3"
CLASS="Text">
</TD> <td>
<INPUT NAME="1002" TYPE="SUBMIT" VALUE="Find Zip Codes"
Class="Submit">
</td>
<TD></form>
I tried http://http://zipfind.net/scripts/miles.exe?102=80241&103=5 to
submit a zip of 80241 and a radius of 5, but it does not return a valid
page. Can anyone decipher what I am doing wrong?
Thanks in advance,
hyperless in denver
I would like to create a link on my page that sends a zip code and radius to
the following form:
<form method="POST" action="http://zipfind.net/scripts/miles.exe">
</TD>
<TD>
<FONT FACE="MS Sans Serif, Arial, Helvetica" SIZE="1"><B>ZIP
Code:</B></font><BR>
<INPUT Class="Text" NAME="102" VALUE="" TYPE="TEXT" SIZE="7"
MAXLENGTH="5">
</td>
<TD>
<FONT FACE="MS Sans Serif, Arial, Helvetica"
SIZE="1"><B>Radius:</B></font><BR>
<INPUT TYPE="text" NAME="103" VALUE="" SIZE="3" MAXLENGTH="3"
CLASS="Text">
</TD> <td>
<INPUT NAME="1002" TYPE="SUBMIT" VALUE="Find Zip Codes"
Class="Submit">
</td>
<TD></form>
I tried http://http://zipfind.net/scripts/miles.exe?102=80241&103=5 to
submit a zip of 80241 and a radius of 5, but it does not return a valid
page. Can anyone decipher what I am doing wrong?
Thanks in advance,
hyperless in denver