[thisurl] displays the URL of the current page
numero = 194http://www.domain.com/x/y/z/index.dna?a=b&c=dthe [thisurl] tag will produce this:
/x/y/z/index.dnawhile the [thisurlplusget] tag will produce this:
/x/y/z/index.dna?a=b&c=dand if you need to show the domain name, just use [listmimeheaders]
[text]CALL_DOMAIN=[listmimeheaders name=host&exact=F][value][/listmimeheaders][/text]http://[CALL_DOMAIN][thisurlplusget]Putting [thisurl] in your 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.
http://www.domain.com/x/y/z/index.dna?a=b&c=d
/x/y/z/index.dna
/x/y/z/index.dna?a=b&c=d
[text]CALL_DOMAIN=[listmimeheaders name=host&exact=F][value][/listmimeheaders][/text]
http://[CALL_DOMAIN][thisurlplusget]
DOWNLOAD WEBDNA NOW!
A list of user-submitted tips ...
F.A.QA compilation of some user's questions...
Download WebDNA ApplicationsWebDNA applications...
WebDNA ModulesA list of the currently available modules...
WebDNA reference...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
[showif Comparison]Show This HTML[/showif]...
[url][url]...
[elapsedtime]...
[interpret]Interprets the enclosed [xxx] values using the WebDNA interpreter...
[countwords]The number displayed is the number of words inside the context...
[if]This context displays HTML or executes WebDNA conditionally only if the expression is true...