Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • niccolo rossi 33 posts 53 karma points
    Sep 20, 2011 @ 11:13
    niccolo rossi
    0

    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

     

  • Rich Green 2246 posts 4008 karma points
    Sep 20, 2011 @ 11:16
    Rich Green
    0

    Hey Nico,

    <xsl:value-ofselect="umbraco.library:RequestQueryString('Yourstring')"/>

    Rich

  • Rich Green 2246 posts 4008 karma points
    Sep 20, 2011 @ 11:16
    Rich Green
    0

    For the search, you can use the fantastic http://our.umbraco.org/projects/website-utilities/xsltsearch

    Rich

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies