[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 the currently available modules...
Tips and TricksA list of user-submitted tips ...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA LibrariesA list of available libraries for WebDNA...
Download WebDNA ApplicationsWebDNA applications...
F.A.QA compilation of some user's questions...
The server waits until the file appears on disk...
[listfiles]When listing files...
[returnraw]Sends 'raw' MIME headers and data back to browser...
[writefile][writefile] functions allows you to perform a wide variety of tasks...
[boldwords]Highlights matching words with boldface HTML tags...
Implement BioTypeHere is the JavaScript code that captures the keystroke dynamics of a demo user and how to make WebDNA analyze it...