hi everyone. i'm new to the list. i am having problems with my drop down 
menu on my companys website. when a user is presented to type in a certain 
search word, the search will work, and find all items that pertain to that 
search value.

my problem is that when i created a drop down menu to have the user scroll 
and find the topic they are looking for, it doesn't work. i have this setup 
on a Solaris 5.6 box, running htdig 3.1.5. i get this error:

No matches were found for ''

Check the spelling of the search word(s) you used. If the spelling is 
correct and you only used one word, try using one or more similar search 
words with "Any."

If the spelling is correct and you used more than one word with "Any," try 
using one or more similar search words with "Any."

If the spelling is correct and you used more than one word with "All," try 
using one or more of the same words with "Any."

It seems like it's not taking the input from my scroll down menu. The code 
for it is as follows:

<form method="POST" action="/htcgi/htsearch">
<p>Search for the following word(s):
<select name=Pick>
  <option selected value="Choose">-Choose a Topic-</option>
  <option value="Abandoned Children">Abandoned Children</option>
  <option value="Acquired Immune Deficiency">AID</option> </select>
</p>
<p><font size=-1>Search for items matching
   <select name=method>
     <option value="and">all </option>
     <option value="or">any </option>
   </select>
   of the above words with matches in
   <select name=format>
     <option value="builtin-long">long </option>
     <option value="builtin-short">short </option>
   </select>
   format. Sort results by:
   <select name=sort>
     <option value="score">score </option>
     <option value="time">time </option>
     <option value="title">title </option>
     <option value="revscore">reverse score </option>
     <option value="revtime">reverse time </option>
     <option value="revtitle">reverse title </option>

   </select>
   </font>
   <input type=hidden name=config value=htcatnew>
   <input type=hidden name=restrict value="">
   <input type=hidden name=exclude value="">
   <br>
   <input type="submit" value="Search">

i hope the information i provided is enough for any of you to find my 
problem. I thank you for all your help, and appreciate your time.


________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.

Reply via email to