In order to use passed URL parameters on your page you can use {GET:paramemetrName} tag. This tag will extract given parameter name from URL and print it on screen. Such as {GET:firstName} will extract firstName from this URL page.html?firstName=John then print John on the screen.
You may want to place this entry into another URL. You should encode the value back by giving the third parameter. {GET:firstName:encode} this tag will re-encode the value.
Tags:
template tags url
Related Articles:
Add a new comment
|
Send Comment