[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!
WebDNA applications...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA reference...
Tips and TricksA list of user-submitted tips ...
WebDNA LibrariesA list of available libraries for WebDNA...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
Displays information about a particular file or folder...
[array]Array Operation...
[time]Putting [time] in your template displays the current time set on your web server's clock...
[scope]Explicitly define a block of WebDNA code that has a separate variable space...
[cookie]Cookies are a great way to remember visitors...
[orderfile]Displays the contents of a shopping cart...