Changes all lower case letters to upper case.
numero = 267[uppercase]Some Text containing upper- and lower case letters[/uppercase]In the example above, the displayed text will beSOME TEXT CONTAINING UPPER- AND LOWER CASE LETTERSThis context is most often used with [username] and [password] tags, because many web servers do not allow lower case letters to be sent from the browser's realm protection dialog. By ensuring all usernames/passwords entered into a database are uppercase, you can be sure all browsers and web servers will work properly for password authentication.You can optionally change the behavior of uppercase with charset=mac or charset=iso, which causes high-ASCII characters to change case differently depending on which character set your data is.
[uppercase charset=iso]...some text...[/uppercase][uppercase charset]Any Text[/uppercase]
[uppercase]
Some Text containing upper- and lower case letters
[/uppercase]
[uppercase charset=iso]...some text...[/uppercase]
DOWNLOAD WEBDNA NOW!
WebDNA applications...
F.A.QA compilation of some user's questions...
Tips and TricksA list of user-submitted tips ...
WebDNA ModulesA list of the currently available modules...
WebDNA LibrariesA list of available libraries for WebDNA...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
UNIX: Setting up WebDNA - ODBC - Database Server...
Alphabetical WebDNA ReferenceA list of all WebDNA instructions...
[redirect]...
[flushcache]...
[authenticate]WebDNA provides a few options for password protecting your pages...
[if]This context displays HTML or executes WebDNA conditionally only if the expression is true...