Assistance Graphics Teaching Learning Business Teaching Advice IT Help DVDs Technology Guidance Lessons Laptop Instruction Lessons IT Learning Lessons Computer Training
Office Software - Excel Software - Microsoft Software - QuickBooks Software - Visual Software - Comptuer Software - Web Software - Sharepoint Software - Photoshop Software - Mac Software - QuarkXPress Software - management Software - Project Software - Learn Software - email Software - Network Software - Linux Software - Unix Software - Work Software - Net Software - ASP Software - PHP Software - HTML Software - CMS Software - XML Software - Mobile Software -
Teaching Webmaster Online DVDs Laptop Lessons Education Design Teaching Education Certification Help Help Design DVDs Learning IT DVDs Assistance Business Software

Javascript No Right Click

Placebetween your head tags and change the alert box to your own text

Result : No Right clicking this page
Code :
<script LANGUAGE="JavaScript">
< !--
function click() {
if (event.button==2) {
alert('Right Click Option Not Available!');
}
}
document.onmousedown=click
// -->
< /script>