Click to See Complete Forum and Search --> : CAPSLOCK


pytlak
October 12th, 1999, 04:59 PM
Anyone know of a JAVA applet or script that will turn on the CAPSLOCK function.

October 14th, 1999, 05:34 AM
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.

pytlak
October 14th, 1999, 05:43 AM
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

poochi
October 14th, 1999, 08:32 AM
> 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..