[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 available libraries for WebDNA...
F.A.QA compilation of some user's questions...
Download WebDNA ApplicationsWebDNA applications...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
Tips and TricksA list of user-submitted tips ...
WebDNA ModulesA list of the currently available modules...
Breaks a string of text into separate words...
[table][table] allows you to quickly create a temporary 'in line' database that is local to the template and not part of the global database cache...
[listvariables]Lists all the text and/or math variables which have been set earlier on a page...
[raw]Displays enclosed text without interpreting the [xxx] tags in any way...
[lineitems]Loops through all the line items in an order file...
[function]This context enables the WebDNA programmer to call a previously defined block of WebDNA code...