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
Dear All,
I am trying to pass a paramter of a html drop down list through
umbraco.library:NiceUrl function
similar to normal website where u can pass parameter by page.aspx?Id="anything"
How do you do it using umbraco.library:NiceUrl
it wil be very helpful if anyone can give me soem code examples for it.
Thank you
Max
Hi Max
Please try this
<a href="{umbraco.library:NiceUrl(@id)}?Id=123">NiceUrl</a>
Use the umbraco.library... call RequestQueryString('id');
<xsl:variable name="qsID" select="umbraco.library:RequestQueryString('id')"/> <a href="{umbraco.library:NiceUrl($qsID)}"> Link </a>
Nevermind.. misread the question.
Thanks for the anwwers it was very useful
Who was that directed towards?
Its u Dani Thanks
Your welcome..
Please mark answer as solution.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
umbraco.library:NiceUrl parameter passing
Dear All,
I am trying to pass a paramter of a html drop down list through
umbraco.library:NiceUrl function
similar to normal website where u can pass parameter by page.aspx?Id="anything"
How do you do it using umbraco.library:NiceUrl
it wil be very helpful if anyone can give me soem code examples for it.
Thank you
Max
Hi Max
Please try this
Use the umbraco.library... call RequestQueryString('id');
Nevermind.. misread the question.
Thanks for the anwwers it was very useful
Who was that directed towards?
Its u Dani Thanks
Your welcome..
Please mark answer as solution.
is working on a reply...