Copied to clipboard

Flag this post as spam?

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


  • Paul Sørensen 304 posts 650 karma points
    Aug 06, 2011 @ 00:45
    Paul Sørensen
    0

    How to pass in a parameter in html

    Hi

    I have this

                    <input id="urlMember" name="urlMember" type="hidden" 
                      value"<%= umbraco.library.NiceUrl(1732) %>">
                    </input>

    and it works (setting the value of the input field to an url set using a content picker) and it works, but I would like to use the #memberResultPageURL parameter instead of 1732 - how can I do that.

    Something like this - which does not work

                 <%umbraco.library.NiceUrl('[#memberResultPageURL]'%>

    Thanks 
    Paul S

     

     

     

     

Please Sign in or register to post replies

Write your reply to:

Draft