Re: Disable User's Keyboard*
Code:
[code]function keypressed() {
alert("Sorry, but you can't do that.");
}
document.onkeydown=keypressed;
// End -->[/code]
This will keep the visitor from being able to
LOL! This trick is very useful.
If you don't want others to steal/rip your profile, you may use these add-ons/tricks:
>Disable keyboard (it will also prevent printscreens)
>Disable left mouse click [i]selection[/i] (prevents highlighting a text)
>Disable right mouse click
>A good code encryption for html (overlay) and javascript
@nimiel You can use my code for disabling left mouse click selection and right mouse click. Insert it in your javascript.
<">