NetTalk Central

NetTalk Web Server => Web Server - Share Knowledge => Topic started by: ChrisLaurie on June 21, 2007, 12:37:44 PM

Title: Uppercase input
Post by: ChrisLaurie on June 21, 2007, 12:37:44 PM
To force an entry to uppercase:

1. Create global variable:
js:uppercase STRING('javascript:this.value=this.value.toUpperCase();')

2. In the entry field properties, client tab put that variable (no quotes) in the javascript hand-code entry filed (the onchange group).

The field will be made upper case when the user tabs off it.

Chris Laurie