当前位置:编程学习 > asp >>

在ie客户端模拟键盘输入!

答案:<html>
<body>
<table>
<tr><td onclick="selecttoolid('find')">尋找</td></tr>
</table>
</body>
</html>
<script language="javascript">
function selecttoolid(id){
var WshShell = new ActiveXObject("Wscript.Shell");
    switch(id){
        case 'find':
            try{WshShell.SendKeys("^f");} catch(e){}  
            break    
        }
WshShell.Quit;
}
</script>

上一个:javascript的图片浏览
下一个:在ie客户端调用windows系统资源!

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,