Short question, I'm not the XSLT wizard and I forgot how to make it so that the search box for XSLT search is available on every webpage of my site and yet clicking "search" would take you to the main "search" page instead of displaying the results on the spot...
Rupali, simple create a form on every page, with an action="" set to your search page, and method="GET", add a form field with id/name "search". Then when your form is submitted, it will simply call the XSLT search page, with your search parameters.
XSLT search box on every page
Hi,
Short question, I'm not the XSLT wizard and I forgot how to make it so that the search box for XSLT search is available on every webpage of my site and yet clicking "search" would take you to the main "search" page instead of displaying the results on the spot...
Woops... turned out to be very simple, just make a form that will direct to the page implementing xslt search and appending ?search=searchterm...
Should have thought of that before asking :)
Hi Kris,
I am Rupali Facing same problem but i didn't get your answer so please can you refer me about that with details.
Thanks In Advance,
Rupali
Rupali, simple create a form on every page, with an action="" set to your search page, and method="GET", add a form field with id/name "search". Then when your form is submitted, it will simply call the XSLT search page, with your search parameters.
//S
is working on a reply...