Forum Moderators: open

Message Too Old, No Replies

Can someone help me?

         

lostboi

8:41 am on Feb 10, 2004 (gmt 0)

10+ Year Member



Does anyone know whether there is a script that is able to disable the shift key? Thanks.

ukgimp

8:45 am on Feb 10, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello and welcome to WebmasterWorld

Can I ask why? I would be really pissed off if I went to a site and had my shify key disabled. I dont even know if it can be done, but I question the reason. Perhaps there is reason I am unaware of.

Cheers

lostboi

8:47 am on Feb 10, 2004 (gmt 0)

10+ Year Member



Thanks ukgimp.

The reason? I think I've somewhat seen it somewhere before.
I was just wondering whether it could be done or not.
I don't want the script itself, just a question out of curiosity.

:)

ukgimp

9:02 am on Feb 10, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Could this be the beast

<SCRIPT LANGUAGE= "JavaScript" >
<!--
function handlePress(e) {
var shiftPressed = (window.Event)? e.modifiers & Event.SHIFT_MASK :e.shiftKey;
if (shiftPressed) {
alert( "The Shift Key is not supported on this site" );
return false;
}
else return true;
}// -->
</SCRIPT>

lostboi

5:28 am on Feb 12, 2004 (gmt 0)

10+ Year Member



heh, ukgimp. That doesn't work. But anyway, it exists?