<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>
<body onload="selecttoolid('find')">
</body>

相关文章:

  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
猜你喜欢
  • 2022-03-02
  • 2021-08-03
  • 2021-12-22
  • 2022-02-01
  • 2021-12-12
相关资源
相似解决方案