I implemented search functionality watching a video tutorial 'Examine'. In this video Tim has created a form with the code below on his master page at the .
Perhaps you can create an alternative template you can use for xslt-search only where you don't have the server form? Simply create a template called "search" and create the neccesary html etc and place the form.
Thank you so much both Jan and Profiterole. Definitely I will implement both solution.
At the moment I am working on very urgent task, again I really appriciate both of you. Jan I am really sorry I did not get back to you since last week.
Xslt search!
Hi All,
I implemented search functionality watching a video tutorial 'Examine'. In this video Tim has created a form with the code below on his master page at the .
<form action="/search.aspx" method="get">
<input text="" name="s"/>
<input type="submit" value="search"/>
</form>
But due to my requirements I have already created a <form> tag in my master page. Please could you tell me if there is an alternative.
Thanks in adv.
Hi Saif
Perhaps you can create an alternative template you can use for xslt-search only where you don't have the server form? Simply create a template called "search" and create the neccesary html etc and place the form.
In the browser go to http://yourdomain.com/search.aspx and see if it works.
/Jan
Put your search form in another conctentplaceholder outside the form of your masterpage.
Thank you so much both Jan and Profiterole. Definitely I will implement both solution.
At the moment I am working on very urgent task, again I really appriciate both of you. Jan I am really sorry I did not get back to you since last week.
kind regards
saif
is working on a reply...