I am passing a parameter to a dynamic page. This parameter is needed to create a link. All but the end of the link is hardcoded, only the last part needs to be dynamic (needs to be the parameter). I know how to do this in ASP, but haven't got a clue how in this.
Basically I've got:
<a href=" link</a>
How do you get PARAMETER to be the parameter I am passing?
Basically I've got:
<a href=" link</a>
How do you get PARAMETER to be the parameter I am passing?