C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






View Message



Sender Macson

Recipient(s) Macson

Date 28 Oct 2009


not allow right click

function DisableRightClick(event){//For mouse right click if (event.button==2){alert("Right Clicking not allowed!");}}function DisableCtrlKey(e){var code = (document.all) ? event.keyCode:e.which;var message = "Ctrl key functionality is disabled!";// look for CTRL key pressif (parseInt(code)==17){alert(message);window.event.returnValue = false;}}





dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use