The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Code for disabling right click

2 posters

Go down

Solved Code for disabling right click

Post by dencey September 3rd 2008, 1:28 pm

does anyone have a code for disabling "right click" that would work in mozilla firefox and IE? (that would be for our homepage^^)


Last edited by dencey on September 3rd 2008, 5:05 pm; edited 1 time in total
dencey
dencey
Forumember

Female Posts : 117
Reputation : 0
Language : english

http://sujusahoe.com

Back to top Go down

Solved Re: Code for disabling right click

Post by Nessa September 3rd 2008, 3:32 pm

Code:
<script language=JavaScript1.2> function ejs_nodroit() { alert('[b]Right[/b]-[b]click[/b] is forbidden !!!'); return(false); } document.oncontextmenu = ejs_nodroit; </script>

Place that code in your site description and that should work. Smile
Nessa
Nessa
Energetic

Female Posts : 6203
Reputation : 128
Language : English

Back to top Go down

Solved Re: Code for disabling right click

Post by dencey September 3rd 2008, 5:03 pm

i tried to put it in the site description but it didn't work..
so i tried to put it in the html source..
poof! it worked!!

THANKS NESSA!! ^___^
dencey
dencey
Forumember

Female Posts : 117
Reputation : 0
Language : english

http://sujusahoe.com

Back to top Go down

Solved Re: Code for disabling right click

Post by Nessa September 3rd 2008, 5:36 pm

You're Welcome Smile

Since this problem has been resolved, I will lock this topic now. Wink


=> Locked

Nessa
Nessa
Nessa
Energetic

Female Posts : 6203
Reputation : 128
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum