At 12:51 on Tuesday, 13 Apr 2004, wrote:

Thanks, Tony. I need to figure out how to use that syntax in a pick list so that when someone wants to search through the Texas folder, it excludes all of the other states. It may take a little dancing...I'm not a very good dancer :-(
I'll play with it...


Bill Cribbs


You could try a dropdown list select box and use restrict instead?

<select name="restrict">
<option value="\folderfortexas" >Texas</option>
<option value="\folderforwyoming" >Wyoming</option>
</select>

fill in your blanks....

hth


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to