This is a discussion on Disable right click within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This is working for me on ver 7 Install this in the head section var message="Function Disabled!"; /////////////////////////////////// function clickIE4(){ ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| This is working for me on ver 7 Install this in the head section var message="Function Disabled!"; /////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!docume nt.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disable right click | michael_s | New osCommerce Contributions | 0 | 03-12-2007 03:00 PM |
| Disable Name Change in account_edit.php | michael_s | New osCommerce Contributions | 0 | 02-14-2007 12:11 PM |
| Disable Name Change in account_edit.php | michael_s | New osCommerce Contributions | 0 | 02-12-2007 09:00 AM |
| Disable Checkout | michael_s | New osCommerce Contributions | 0 | 02-03-2007 07:10 AM |
| How to disable advanced search? | Bennyfax | osCMax v2 Customization/Mods | 0 | 05-15-2006 11:20 AM |