Technical References - [uppercase]

Changes all lower case letters to upper case.

numero = 267
interpreted = N
texte = [uppercase charset]Any Text[/uppercase] To convert certain characters to upper case, place them inside an [uppercase] context. Example:
[uppercase]Some Text containing upper- and lower case letters[/uppercase]
In the example above, the displayed text will be SOME TEXT CONTAINING UPPER- AND LOWER CASE LETTERS This 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]

To convert certain characters to upper case, place them inside an [uppercase] context.

Example:

[uppercase]
Some Text containing upper- and lower case letters
[/uppercase]

In the example above, the displayed text will be

SOME TEXT CONTAINING UPPER- AND LOWER CASE LETTERS

This 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]

DOWNLOAD WEBDNA NOW!

Top Articles:

F.A.Q

A compilation of some user's questions...

WebDNA reference

...

[biotype]

BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...

WebDNA Modules

A list of the currently available modules...

WebDNA Libraries

A list of available libraries for WebDNA...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

Related Readings:

[shownext]

[shownext] is a special context used to create links (or more accurately...

[closedatabase]

[CLOSEDATABASE db=FileName]...

[username]

Using [password] and [username] is an easy was to show the browser login dialog box...

[wait]

[wait] just does what it says...

[session]

[session] is a new WebDNA feature that recognises a browser through its "fingerprint"...

[store]

[store] is a simple context that stores variables permanently...