链接类
VML
按钮类
标题类
表单类
表格类
菜单类
窗口类
对象类
滚动条
键盘类
框架类
例子类
模拟类
日期类
色彩类
鼠标类
数学类
图片类
文字类
下拉框
样式类
游戏类
状态栏
资料类
字幕类
其它类
·
Flash
·
画线
·
日期控件
·
Realplayer...
·
显示浏览器的工具栏
·
获取所有系统字体
·
打印
·
实用菜单
·
弹出光驱
·
日历
您当前位置:
好素材首页
-> 网页特效 -> 对象类
查看信息
sendkeys
好素材网 www.HaoSc.com 02月22日 11:49
[
查看演示
] 源码如下
----------------------------------------------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>html-www.51windows.Net</title>
</head>
<body>
有安全提示..
<script>
function window.onload(){
t.focus();
var WshShell=new ActiveXObject("WScript.Shell")
WshShell.sendKeys("c:\\pwin98\\4.gif")
}
</script>
<input id=t type=file name=ss>
<script>
function full(){
var WshShell = new ActiveXObject("WScript.Shell");
WshShell.sendKeys("{F11}"); }
</script>
<input type=button onclick=full(); value="全屏">
</body>
</html>
<div style="position: absolute; top: 10; right: 10; width: 148; height: 18;cursor:hand">
<input type="button" name="Button" value="查看源代码" onClick= 'window.location = "view-source:" + window.location.href'></div>
此信息共 1 页 [
1
]