PDA

View Full Version : how to disable right clicking



sierk
17-08-2004, 03:55 PM
To disable right clicking, add the following code to the beginning of your webpage, after the <head> tag

<script LANGUAGE="JavaScript">
<!--
function click() {
if (event.button==2) {
alert('Habbox has disabled right-clicking.');
}
}
document.onmousedown=click
// -->
//-->
</script>

EternalMasque (Super Moderator) Thread bumped, closed.

Lol<3
25-10-2006, 05:36 PM
WOW

ILL USE DAT IN FUTURE


FNX M8 xxxx

EternalMasque (Super Moderator) Please don't bump threads.

:Blob
25-10-2006, 05:38 PM
WOW

ILL USE DAT IN FUTURE

FNX M8 xxxx

Thanks for bumping a 2 yr old thread

Lol<3
25-10-2006, 05:39 PM
its ok

i used it doh

and i repd him for it

Ini
25-10-2006, 05:42 PM
Lmao at this :P

Want to hide these adverts? Register an account for free!