![]() |
Alexey admin 8/16/2006 |
Bart, <?php $havesecond=WriteSearchOptions("FieldName",$fmt); ?> with this one: <input type=hidden name="asearchopt[]" value="Equals">
|
B
|
bbanks author 8/16/2006 |
Thanks Alexey that worked perfect. Bart, you need to replace SELECT control in ..._search.php file with HIDDEN with the same name and value. I.e. replace this line: with this one: where FieldName is your actual field name. |