why isnt the no right/no highlight code not workin, eeeeeeeek! |
why isnt the no right/no highlight code not workin, eeeeeeeek! |
Jan 2 2005, 09:20 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Dec 2004 Member No: 74,760 |
why isnt the no right and no hightlight not working for my site? im using pretty in pink ft. adriana lima
|
|
|
|
![]() |
Jan 3 2005, 03:10 PM
Post
#2
|
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Dec 2004 Member No: 74,760 |
<script language="JavaScript1.2" type="text/javascript">
if (window.Event) document.captureEvents(Event.MOUSEUP); function nocontextmenu() { event.cancelBubble = true, event.returnValue = false; return false; } function norightclick(e) { if (window.Event) { if (e.which == 2 || e.which == 3) return false; } else if (event.button == 2 || event.button == 3) { event.cancelBubble = true, event.returnValue = false; return false; } } if (document.layers) document.captureEvents(Event.MOUSEDOWN); document.oncontextmenu = nocontextmenu; document.onmousedown = norightclick; document.onmouseup = norightclick; //--></script> im using that code..i've always been using it..and now with the new layout it doesnt work.. :( lol |
|
|
|
chipanish why isnt the no right/no highlight code not workin Jan 2 2005, 09:20 PM
BrooKie are you using this code?
CODE<!-- begin c... Jan 2 2005, 10:11 PM
niez_cho Where did you paste the code in? Jan 3 2005, 06:51 AM
Jus2s1mp13 Place it in the header... Jan 3 2005, 12:04 PM
T.K.O. i thought body tags dont work...cuz there's al... Jan 3 2005, 02:41 PM
chipanish and it has always been in the webstats Jan 3 2005, 03:14 PM![]() ![]() |