Hey evry1
I am trying to add a extra search and im running into a problem.
After following the instructions in the actinic advanced user guide for creating multiple search tools, i got actinic to create the files customsearch.fil and search.html, i then edited them to meet my needs(i just want 3 dropdown boxes with the search options in them).
After a few trys and not getting it to work i went back to basics and wrote the files just to do a search using 1 dropdown, and got
Undefined Property in search (S_fibre size1_0)
search3.html
customsearch3.fil
After creating and editing the two above files i uploaded them using FTP, does that make a difference ?
There is already a search on the site that works fine for finding products from the keywords the customer enters (i didnt create that one) but i want to have a dropdown search for some products with lots of option.
Any help would be great, thanks in advance.
I am trying to add a extra search and im running into a problem.
After following the instructions in the actinic advanced user guide for creating multiple search tools, i got actinic to create the files customsearch.fil and search.html, i then edited them to meet my needs(i just want 3 dropdown boxes with the search options in them).
After a few trys and not getting it to work i went back to basics and wrote the files just to do a search using 1 dropdown, and got
Undefined Property in search (S_fibre size1_0)
search3.html
Code:
<font face="arial" size="-1">What Fibre are you looking for?</font> <form method=GET action="http://www.netcomp.ltd.uk/cgi-bin/ss000001.pl" > <input type=HIDDEN name="PAGE" value="SEARCH"> <input type=HIDDEN name="SN" value="3"> <SELECT SIZE="1" NAME="S_fibre size1_0"> <OPTION VALUE="50/125">50/125 <OPTION VALUE="62.5/125" SELECTED>62.5/125 <OPTION VALUE="9/125">9/125 </SELECT> <input type=SUBMIT name=ACTION value="Search"> </form>
Code:
1 Text Property!S_fibre size1_0 And
There is already a search on the site that works fine for finding products from the keywords the customer enters (i didnt create that one) but i want to have a dropdown search for some products with lots of option.
Any help would be great, thanks in advance.
Comment