if (navigator.appName.indexOf("Internet Explorer") != -1) 
 document.onmousedown = noSourceExplorer;
function noSourceExplorer()
{
 if (event.button == 2 | event.button == 3)
 {
  alert("欢迎浏览烟台圣元自动化设备有限公司网站，祝您心情愉快！身体健康！");  
 }
}// JavaScript Document