Advance Search Page

liunx

Guest
Hi, I want to make an advance search page. I know what I want, just not how to implent it in HTML.<br />
<br />
I'm using a CGI based shopping cart that has a build in database.<br />
<br />
I'm using several drop-down boxes for different search options.<br />
<br />
Now this I cant achieve: When I press on the submit button I a hyperlink that contain a sertain varialble link (example: <!-- w --><a class="postlink" href="http://www.mydomain.com/store.cgi?search=x1&search=x2&search=x3">www.mydomain.com/store.cgi?search=x1&se ... &search=x3</a><!-- w -->) and where x1-3 are replaced by the values of the drop-down boxes.<br />
<br />
Can ayone help me?<br />
<br />
With regards<br />
<br />
<br />
KillerHIS<!--content-->An advanced search is quite an advanced application. Your going to have to directly edit the source code of the original search script so it can handle more specific data input. Which, of coarse, will require a working knowledge of the language.<br />
<br />
Regards,<br />
Andrew Buntine.<!--content-->why do you want to use html?<!--content-->
 
Back
Top