Anyone know of a JAVA applet or script that will turn on the CAPSLOCK function.
Printable View
Anyone know of a JAVA applet or script that will turn on the CAPSLOCK function.
hi
i am not able to understand what u r saying ? whether u want to trap the CAPS
lock or whenever applet is downloaded CAPSLOCK should be ON.
Clarify this.
I need to have the CAPS LOCK turned on.
This is for an interface to our database.
It currently opens a new window to an application
that requires all input in caps.
You can see the page I need it on at:
http://www.co.hernando.fl.us/pce
> It currently opens a new window to an application
> that requires all input in caps.
If that's the case , why dont you listen for keyevent and change the input chars to
upper case before you display it?
I dont think you can programatically turn on CAPSLOCK in java. Checkout in javascript.
Poochi..