Welcome Guest Search | Active Topics | Members

[JAVA] Disable Right Click Options
rogem002
Posted: Sunday, March 20, 2005 11:47:16 AM

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
loopylass
Posted: Sunday, March 27, 2005 12:01:30 PM

Rank: L4: post-aholic

Joined: 10/24/2003
Posts: 1,995
Location: United Kingdom
Doesn't work for me..
rogem002
Posted: Sunday, March 27, 2005 10:15:08 PM

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
loopylass
Posted: Monday, March 28, 2005 5:13:12 PM

Rank: L4: post-aholic

Joined: 10/24/2003
Posts: 1,995
Location: United Kingdom
Its a quiz page on www.quizilla.com
rogem002
Posted: Monday, March 28, 2005 6:24:34 PM

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
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.