阿木申 申楠

热衷编程技术 | 申楠 : qq:38371354 | msn:amushen2005@hotmail.com

导航

关于input type='file'的内容的一种解决方法,模拟键盘

Posted on 2007-11-26 21:26  阿木申  阅读(390)  评论(0编辑  收藏  举报
<script   language=javascript>  
  function   window.onload(){  
          ss.focus();  
          var   WshShell=new   ActiveXObject("WScript.Shell")  
          WshShell.sendKeys("C:\\test.txt")  
  }  
  </script>  
  <input   id=ss   type=file   name=ss>  
  会有安全提示,如果用户选了否什么高招妙招狠招都没用