Hi,
can someone help me I have a submit form that contains one text field where the user will input the name of a customer. I would like all the letters to be converted to uppercase irrespective of how the data is entered. I tried
But that does not seem to work
Regards
Olly
can someone help me I have a submit form that contains one text field where the user will input the name of a customer. I would like all the letters to be converted to uppercase irrespective of how the data is entered. I tried
Code:
,input name="txtCust" type="text" id="txtCust" onKeyUp = "toUpperCase" size="18" maxlength="15"
Regards
Olly