PDA

View Full Version : Disappearing search box


jmedinger
14-Apr-2003, 03:31 PM
When a customer runs a search on my site, the relevent search results page is displayed (no problem there) however the search box disappears on this page (I'm just using the NETQUOTEVAR:SIMPLESEARH) command.

I would like customers to simply be able to re-type a query into the search box even on the results page

Is this possible?

(Business V6.1.1 by the way)

Cheers

Jos

I-CC
14-Apr-2003, 04:54 PM
You could try going into the SimpleSearch template and copy the code into the same position as where the NETQUOTEVAR:SIMPLESEARCH resides, i.e. comment that bit out.

If the software does not pick it up directly, then the only other way would be to paste the code generated within an online showing of the simplesearch directly in place of the NETQUOTEVAR...

Hope that makes sense.

jmedinger
15-Apr-2003, 07:56 AM
Thanks for that...

I've resorted to taking the HTML snippet from the Act_SimpleSearch.html and copying that together with the raw URL that Actinic generates online into the action of the form.

This has worked and also now gives me a facility to use this on non-Actinic generated pages too!

Thanks very much for your help

Cheers

Jos