Answered
Search form troubles
Here is the code the previous guy wrote. It never worked.
Help! :
<form name="search" id="search_engine" action="/main/index.cfm?category=search_results&sort=search" method="post">
<h5><font color="##FFFFFF">Search Our Site</font></h5><br />
<input type="text" name="searchstring" size="10" /> <input type="submit" value="Go!" /><br />
<font color="ffffff">Choose maximum row display:</font><br /> <font color="ffffff">10</font> <input type="radio" name="MaxRow" value="10" /> <font color="ffffff">25</font> <input type="radio" name="MaxRow" value="25" /> <font color="ffffff">50</font> <input type="radio" name="MaxRow" value="50" /> <font color="ffffff">100</font> <input type="radio" name="MaxRow" value="100" />
</form>
<form name="search" id="search_engine" action="/main/index.cfm?category=search_results&sort=search" method="post">
<h5><font color="##FFFFFF">Search Our Site</font></h5><br />
<input type="text" name="searchstring" size="10" /> <input type="submit" value="Go!" /><br />
<font color="ffffff">Choose maximum row display:</font><br /> <font color="ffffff">10</font> <input type="radio" name="MaxRow" value="10" /> <font color="ffffff">25</font> <input type="radio" name="MaxRow" value="25" /> <font color="ffffff">50</font> <input type="radio" name="MaxRow" value="50" /> <font color="ffffff">100</font> <input type="radio" name="MaxRow" value="100" />
</form>