
ross
Staff
/ Moderator

Mar 27, 2007, 4:45 PM
Post #6 of 7
(4008 views)
Shortcut
|
|
Re: [snichols] User search with dropdowns
[In reply to]
|
Can't Post
|
|
Hi Steve There is just one more adjustment I think you'll need to make. The part where you are telling it look in category 33 actually needs to be a form element instead of a variable in the action attribute. Does that make sense? Try this code instead:
<form action=" "http://www.cib.uk.com/cgi-bin/artman/exec/search.cgi" method="post"> <input type="hidden" name=cat value="33" <input type="text" name="keyword" size=40> <input type="submit" value="Go" name="submit2"> <br> <div align=center><span class="advancedsearch_link"></span></div> </form> That should get you going. Of course, let me know how you make out . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting: http://www.interactivetools.com/consulting/
|