How do convert what user type to uppercase???
Use the myString.toUpperCase() method.
mystring is the variable give for the input box???
Yes.
why cant it work?
How is it supposed to work if the output textfields are not even mentioned in your script?
output1 = input1.toUpperCase();
output2 = input2.toUpperCase();
LOL, sorry, i overlook thingsā¦
It happens