View Single Post
  #3  
Old 11-22-2006, 04:00 PM
bleucube bleucube is offline
Junior Member
 
Join Date: Nov 2006
Posts: 2
Default

Thanks for the lead.... actually in order to get it working properly I had to use:

<form name="search" method="get" action="/search/tdSearch.php?query=">
<input name="limit" type="hidden" value="10">
<input name="order" type="hidden" value="high">

along with the rest...
Reply With Quote