Okay I Would like the java script that blocks all copying xP
The java script can be seen on http://www.habbo-info.co.uk/
Can anybody tell me what the script is?
Ty!

Okay I Would like the java script that blocks all copying xP
The java script can be seen on http://www.habbo-info.co.uk/
Can anybody tell me what the script is?
Ty!
<script language="JavaScript">
<!--
/*
No rightclick script v.2.5
(c) 1998 barts1000
barts1000****.com
Don't delete this header!
*/
var message="Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED";
// Don't edit below!
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</script>
that is the code to display a right click warning
or try this
<script>
window.oncontextmenu="return false";
</script>
Ye I Thats why I Wanted that java script that Habbo-Info Uses No Pop Up Things or anything.
If u need more info on javascript go 2 your local library and get Javascript for dummies it comes with a cdwewt
and u can install it 2 your pc
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
Want to hide these adverts? Register an account for free!