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,
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!!
you could pass the changing CityId into the macro via the querystring?
<xsl:value-ofselect="umbraco.library:RequestQueryString('Yourstring')"/>
is working on a reply...
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.
Continue discussion
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!!
you could pass the changing CityId into the macro via the querystring?
is working on a reply...
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.