|
|
 Rank: Martian Estate Agent
Joined: 9/14/2003 Posts: 3,358 Location: United Kingdom
|
this is a little bit of code ive got and im ganna share with you all place this piece of code into the head of your document <SCRIPT language="JavaScript" type="text/JavaScript"> <!-- function click(e){if (document.all) if (event.button == 2) return false;if (document.layers) if (e.which == 3) return false;} function click2(){event.returnValue=false;return false;}if (document.layers) document.captureEvents(Event.MOUSEDOWN);document.onmousedown=click;document.oncontextmenu=click2; // --> </SCRIPT>now prewiew your work and look no right click  Full On Design
|
|
 Rank: L4: post-aholic
Joined: 10/24/2003 Posts: 1,995 Location: United Kingdom
|
Doesn't work for me..
|
|
 Rank: Martian Estate Agent
Joined: 9/14/2003 Posts: 3,358 Location: United Kingdom
|
put it between the head tags whats the page? Full On Design
|
|
 Rank: L4: post-aholic
Joined: 10/24/2003 Posts: 1,995 Location: United Kingdom
|
Its a quiz page on www.quizilla.com
|
|
 Rank: Martian Estate Agent
Joined: 9/14/2003 Posts: 3,358 Location: United Kingdom
|
it not wokring because it going in to the message and not between the head tags Full On Design
|
|
|
Guest |