
January 29th, 2004, 11:08 PM
|
|
Registered User
|
|
Join Date: Jul 2003
Posts: 25
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Making search forms
I'm making a search form. I have a file search.cgi that will do the searching. When I use the following search form HTML it just gives me the code for search.cgi when I click the submit button. Heres the HTML:
<html>
<title></title>
<head></head>
<body>
<form name=search method="GET" action=search.cgi><input type=text size=30 name=search><input name=sub type=submit value="Search"></form>
</body>
</html>
Thanks,
Baelnorn
|