Search Form

mkdesigns

New Member
For some reason I can not get my search form to work properly :confused:

<table width="" border="0">
<tr>
<th scope="col"><a href="http://www.paigingjoy.com/refer.html"><img src="http://www.paigingjoy.com/images/refer.jpg" /></a>&nbsp;</th></tr>
<tr>
<td> <form method="get" name="searchForm" action="http://paigingjoy.com/cart.php?m=search" class="searchForm" id="searchForm">
<input id="searchKeywords" size="30" type="text" name="query" autocomplete="off">
<span class="goButton">
<input id='search_go' alt="search" type="image" name="searchButton"
src="http://www.paigingjoy.com/images/search_arrow.jpg" width="9" height="10" /> </span>
</form> </td>
</tr>
</table>

Thanks!
 

bluecollar01

New Member
just curious don't you want the form to "post" the search term to your search script which then queries the database?

I've never written a search script or form so I may be completely off base.
 
Top