Today's date is [ExampleDateTime]And the result would be:
Today's date isNote that the tokens can be written in upper or lower case. If the token is written using only lower-case letters, then the output will also be lower-case. For example:
"View [User_plural]" may produce "View Agents"while
"View [user_plural]" (the token is all lower-case) may produce "View agents"As the text is drawn from the languages.xml file to be displayed in a web page, the strings are passed through the processSpecialName() function located in _globals.asp and the tokens are replaced by dynamic values. Below is a complete list of the tokens supported by the processSpecialName() function that you may use in the languages.xml.
<a href="[ListingsURL]">CLICK</a>If necessary, a querystring can be used with this token as in the following example:
<a href="[ListingsURL]?strKeywords=cat and mouse">CLICK</a>
Request.Form("element name").
<string>Thank you. The email message has been sent and we will respond to [Request.Form("senderaddress")] as soon as possible.</string>
This is similar to the text displayed by 20/20 DataShed when the visitor submits an inquiry using the "f-email.asp" page.
Things to note: