Lady Critique Webmaster And a Lady!


Number of posts: 77 Age: 35 Where are you from?: USA Registration date: 2006-11-25
 | Subject: Disable right click Mon Jan 29, 2007 9:01 pm | |
| Go to: Administration Panel General Administration Configuration In the Site Description add this script: | Quote: | | <script language=JavaScript1.2> function ejs_nodroit() { alert('Right-click is forbidden !!!'); return(false); } document.oncontextmenu = ejs_nodroit; </script> |
|
|