thisurlplusget

[thisurlplusget] displays the URL of the current page and the variables passed in a url. Inserting [thisurlplusget] in a template displays the URL of the current page being displayed as a relative path from the root of the server hierarchy. It will not show the domain name. The advantage of [thisurlplusget] vs [thisurl]is that all the variables after the ? are also displayed

Example WebDNA code:
[thisurlplusget]
Results: When used on a page such as http://www.domain.com/x/y/z/index.dna?a=b&c=d [thisurlplusget] will return /x/y/z/index.dna?a=b&c=d note that all of the variables in the url are returned