<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>
会有安全提示,如果用户选了否什么高招妙招狠招都没用
function window.onload(){
ss.focus();
var WshShell=new ActiveXObject("WScript.Shell")
WshShell.sendKeys("C:\\test.txt")
}
</script>
<input id=ss type=file name=ss>
会有安全提示,如果用户选了否什么高招妙招狠招都没用