by malljess » Fri Dec 09, 2011 8:10 pm
I have included the code below to search products using a defined category and a search term.
I get this:
No products for the search: ebook7351 AND ,suicide
there is a "," before the search term that I can't figure out how to get rid of.
The page is http://www.nationalcenterseminars.com/ebooks.htm
The code is below:
<form action="http://www.nationalcenterseminars.com/cgi-bin/sc/productsearch.cgi?storeid=*0ed69f920d6a6d0afa" method="get">
<input type=hidden name="storeid" value="*0ed69f920d6a6d0afa">
<p align="left"><font color="#660000"><b><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Keywords</font></b><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><br>
<input type="hidden" name="search_field" value="ebook7351 AND ">
<input type="text" name="search_field" size="40" class="search" >
</font></font> <font color="#660000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><br>
</font>
<p align="left"><font color="#660000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><b>Author</b><br>
<input type="text" name="search_field" size="40" value="" onFocus="value=''">
<BR>
<p align="left"><b>ISBN Number</b><br>
<input type="text" name="search_field" size="40" value="" onFocus="value=''">
<BR>
<BR>
<input name="submit" type="submit" value="Search for a Title">
<BR>
</font> </form></td>
As always Thanks.