Script Categories













Forms >>> All Upper Case.

Converts a textbox entry to all capital letters as soon as they move to the next item in the form (or click the submit button).


Add the below code to the <body> section of your page:

<center>
<form name="capsform">
<input
type="text" name="caps" size=40 value="" onChange="javascript:this.value=this.value.toUpperCase();">
<br>
<input type="button" value="Ok!">
</form>
</center>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©