Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hi all,
i have a page with a parameter, something like
http://..../test.aspx?param=searchvalue
in the page i need to pass the param to a xslt and use it to do a search on the site.
how can i do that?
thank you
nico
Hey Nico,
<xsl:value-ofselect="umbraco.library:RequestQueryString('Yourstring')"/>
Rich
For the search, you can use the fantastic http://our.umbraco.org/projects/website-utilities/xsltsearch
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
read a parameter
hi all,
i have a page with a parameter, something like
http://..../test.aspx?param=searchvalue
in the page i need to pass the param to a xslt and use it to do a search on the site.
how can i do that?
thank you
nico
Hey Nico,
Rich
For the search, you can use the fantastic http://our.umbraco.org/projects/website-utilities/xsltsearch
Rich
is working on a reply...