how can i overcome the problem of having to have the searchbox inside form's tags, so that I can put the searchbox inside an existent form's tag in a page different from the result?
For the ones that are facing the problem of having to put the search text box and button inside another frame, I solved it by putting the form for the search text box and button before the main form, and with css I have put the elements in the correct position.
I install XSLT package every thing working fine. But the problem is when i type into the search input box the result is show in my target page and near the input search box. Any one know why it happen. Please provide me the solution..... Thank you.......
XSLT Search
I'd like to know how to use this package beyond the example that comes with the documentation.
For example:
How can I use a custom search box as the input for the search and use the node that came with the package to display the results?
Of course, this must be outside of any other form tags.
hello,
Casey, helpful answer!
Is it possible to have a results page without the searchbox incorporated in it? I want to have a results page only with the results.
thanks in advance,
Ricardo
http://percipientstudios.com/media/4397/xsltsearch%202.7%20documentation.pdf
Has documentation on how to hide the searchbox.
Cheers,
/Dirk
thank you Dirk,
for some reason I forgot the 'hide' value from the parameter.
hello again,
how can i overcome the problem of having to have the searchbox inside form's tags, so that I can put the searchbox inside an existent form's tag in a page different from the result?
Can I use JQuery or some other approach?
thanks in advance
Ricardo
For the ones that are facing the problem of having to put the search text box and button inside another frame, I solved it by putting the form for the search text box and button before the main form, and with css I have put the elements in the correct position.
I know this is not a solution, but it works...
I install XSLT package every thing working fine. But the problem is when i type into the search input box the result is show in my target page and near the input search box. Any one know why it happen. Please provide me the solution..... Thank you.......
Hi Md
Could you be a bit more specific about what your problem is? :)
When you search for something do you get any results on your result page or is it empty?
/Jan
Thank, I get resul on my target search page and also on the top of my search box. my search box is in the header
<form method="get" action="search.aspx?">
<umbraco:Macro source="-1" searchFields="@nodeName,BodyText" previewFields="mainBodyText,metaDescription" searchBoxLocation="None" previewType="Beginning" resultsPerPage="10" previewChars="225" showPageRange="1" showOrdinals="1" showScores="0" showStats="0" Alias="XSLTsearch" runat="server" />
</form>
is working on a reply...