This is a discussion on Disable right click within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; I add this code ///////////////////////////////// if(document.layers) window.captureEvents(Event.MOUSEDOWN); function no_click(e){ if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| I add this code ///////////////////////////////// if(document.layers) window.captureEvents(Event.MOUSEDOWN); function no_click(e){ if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3)) { alert(message);return false; } if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert(message);return false; } } window.onmousedown=no_click; document.onmousedown=no_click; ///////////////////////////// at the end of Function. and finaly worked on me IE7. Complete function is on the file. More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disable right click | michael_s | New osCommerce Contributions | 0 | 03-12-2007 07:10 PM |
| 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 01:11 PM |
| Disable Name Change in account_edit.php | michael_s | New osCommerce Contributions | 0 | 02-12-2007 10:00 AM |
| Disable Checkout | michael_s | New osCommerce Contributions | 0 | 02-03-2007 08:10 AM |