As you might no, the quick search dissapears after you do a search with it, well I want to be able to always show the quick search, SO I just looked at the raw html code of the quick search and input that in the layout, yet when I do a search with this version of the quick search it always comes up with this error message:
-------
This is the coding I am using:
What am I doing wrong?
Missing text search join mode. Please specify AND or OR.
Please wait for your browser to forward you to the next page or click here.
Please wait for your browser to forward you to the next page or click here.
This is the coding I am using:
<form name=simplesearch action="http://www.accldn.com/cgi-bin/ss000006.cgi" METHOD="GET">
<input type="TEXT" name="SS" size="15" maxsize="125" value="Quick search" onFocus="this.value='';this.style.background='#FFFFFF'">
<input name="ACTION" type="image" id="ACTION" src="quicksearch.gif" width="49" height="19" border="0">
</form>
<input type="TEXT" name="SS" size="15" maxsize="125" value="Quick search" onFocus="this.value='';this.style.background='#FFFFFF'">
<input name="ACTION" type="image" id="ACTION" src="quicksearch.gif" width="49" height="19" border="0">
</form>
Comment