Copied to clipboard

Flag this post as spam?

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


  • Ben 91 posts 111 karma points
    Sep 25, 2011 @ 12:56
    Ben
    0

    refreshing xslt file on button click

    hi,

    I ask to know if I can reload an xslt file/macro when the user clicks a button. I have an xslt file with a parameter ('cityId'). I need the parameter to change and the xslt file to refresh by javascript.

    Is it possible? how?

    Thanks from advance!!

  • Mike Chambers 636 posts 1253 karma points c-trib
    Sep 25, 2011 @ 14:42
    Mike Chambers
    0

    you could pass the changing CityId into the macro via the querystring?

     

    <xsl:value-ofselect="umbraco.library:RequestQueryString('Yourstring')"/>
  • 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