|
nScrW= createobject(\"htmlfile\").parentWindow.screen.availWidth
nScrHt= createobject(\"htmlfile\").parentWindow.screen.availHeight
set roIe= Wscript.createobject(\"internetExplorer.application\",\"IE_\")
roIe.navigate(\"about:blank\")
do
wscript.sleep 50
loop until roIe.readyState=4
with roIe
'.fullScreen= true
.resizable= false
.width= 320+30
.height= 195+30
.left= (nScrW -(320+30))
.top= nScrHt
'.RegisterAsDropTarget = False
.Resizable = False
'Do Until .ReadyState = 4 : WScript.Sleep 100 : Loop
.document.open
.document.write \"...HTML内容省略...\"
.Document.Title = \"消息\"
.document.close
Do Until .ReadyState = 4 : WScript.Sleep 100 : Loop
.toolbar = false
.statusBar = false
.addressBar = false
.visible= true
end with
CreateObject(\"Wscript.Shell\").Appactivate roIe.Document.Title & \" - \"
For i = nScrHt To nScrHt-(195+30) Step -1
roIe.top= i
wscript.sleep 10
Next
wscript.sleep 20000
roIe.quit
set roIe = Nothing
Sub IE_OnQuit()
Wscript.quit
End Sub |
广告, 技术, 空间, 系统, 服务器, 教程, 破解, 服务器, 诺德尔, 破解, 3389, 服务器, 锐起, 网吧, 无盘, 教程, 绿茶, 诺德尔, 软件, 系统, 诺德尔, 绿茶, 系统, FTP, Windows, 系统, 电脑, 教程, 网络, ROS, ROS, ROS, 路由, 路由, linux, 网络,
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|