易截截图软件、单文件、免安装、纯绿色、仅160KB

javascript 控制左右键盘

<html>  
  <head>  
          <script language="javascript">  
                  function MyClick()  
                  {  
                          if(event.button == 1)  
                          {
                                  alert("您好");
                          }
                          else if(event.button == 2)
                          {  
                                  alert("禁止右键");
                                  setTimeout("MyClose();",120000);
           &nbs


相关文档:

用JavaScript检查文件是否存在

function checkImgAddr(url){
var xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
xmlhttp.open("post",url,false);
xmlhttp.send();
if(xmlhttp.readyState==4){
if(xmlhttp.status==404){
return "File Not Exist.";
}else if(xmlhttp.status == 200){
re ......

javascript对象机制

                var currItem = listbox.options[currIndex];
                var prevItem = listbox.options[currIndex - 1];
    &n ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号