You can create a form on a different page that redirects and sends the search information via query string to the search page which contains the macro.
"You can create a form on a different page that redirects and sends the search information via query string to the search page which contains the macro."
But I have no idea on how to make it work.
---
So pretty much create a new page called Search.aspx Put the macro on that...
Which will do the same thing as, search and display on the same page
---
Step two of this would be to create a new Form... which is what we need to use to put on the templates. When information is entered into this, it needs to action to send the data to the Search.aspx form page.
---
I can create the form things, but how do I make the form submit the information to Search.aspx which has the Macro XSLT Search Form.
XSLTsearch results on different page.
Hey...
I have installed XSLTsearch on a site and using <form runat="server"> MACRO HERE </form>
When I search for anything, it displays the results on the same page.
Is there anyway to display all search results into maybe a page called results.aspx?
Please advice - Also, I am not a pro in this so please be kind : )
You can create a form on a different page that redirects and sends the search information via query string to the search page which contains the macro.
Hi, Please can you give a clear example, I'm having the same issue too.
thanks
I know what it means ...
"You can create a form on a different page that redirects and sends the search information via query string to the search page which contains the macro."
But I have no idea on how to make it work.
---
So pretty much create a new page called Search.aspx
Put the macro on that...
Which will do the same thing as, search and display on the same page
---
Step two of this would be to create a new Form... which is what we need to use to put on the templates.
When information is entered into this, it needs to action to send the data to the Search.aspx form page.
---
I can create the form things, but how do I make the form submit the information to Search.aspx which has the Macro XSLT Search Form.
Thanks
Hi,
you can create one searchresult page and you have to insert macro on that page .
this is the main page <form action="searchresultpage.aspx" method="post">
<input type="text" class="searchbox" name="Search" value="" title="Search" />
<input type="image" src="/images/Search_icon.png" class="searchbox_submit" value="" />
</form>
Searchresult.aspx
<insert macro on searchresult page>
*note in the form tag Name must be Search only...
cheers,
sravani.
Place macro on a search results page..
On a search form, name the search textbox "search" (can be anywhere on your site) and set the action param to the search results page.
Done!
is working on a reply...