Announcement

Collapse
No announcement yet.

Quick Search Not Working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Quick Search Not Working

    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:
    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.
    -------

    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">&nbsp;&nbsp;
    </form>
    What am I doing wrong?

    #2
    you're missing <input TYPE=HIDDEN NAME="TB" VALUE="A">

    where A = AND (require all search words), O = OR (find any of the words)

    Comment

    Working...
    X