case converter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • menmysql
    New Member
    • Mar 2007
    • 53

    case converter

    hi


    my problem is there is a text field in a form and i must and shoud insert text in upper case only. how to do any one can help me
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    Originally posted by menmysql
    hi


    my problem is there is a text field in a form and i must and shoud insert text in upper case only. how to do any one can help me
    You're going to need javascript to do this.

    Comment

    • menmysql
      New Member
      • Mar 2007
      • 53

      #3
      thnak you for your reply. can you send some refrence code





      Originally posted by AricC
      You're going to need javascript to do this.

      Comment

      • AricC
        Recognized Expert Top Contributor
        • Oct 2006
        • 1885

        #4
        Originally posted by menmysql
        thnak you for your reply. can you send some refrence code
        Do a google search for "Javascript + toUpper()" you'll find plenty of code.

        Comment

        Working...