NetTalk Central

Author Topic: Uppercase input  (Read 13523 times)

ChrisLaurie

  • Newbie
  • *
  • Posts: 40
    • View Profile
Uppercase input
« 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