|
Posted by Bill Cherepy on December 6, 2004, 3:20 pm
Please log in for more thread options
I have this simple form,
<form action="http://www.findu.com/cgi-bin/find.cgi" method="get">
Call: <input type="Text" name="call" size=10>
<input type="Submit" value="Find">
</form>
and the cgi accepts other parameters such as degree=.5. I would like
to pass this and other parameters to the cgi, but I can't figure out
how. A google search turns up much info, but not how to do this. Can
anyone help?
Thanks,
Bill Cherepy
Grayson, GA
|