复制代码 代码如下:
SetobjExplorer=WScript.CreateObject_
("InternetExplorer.Application","IE_")
objExplorer.Navigate"file:///c:scriptspassword.htm"
objExplorer.Visible=1
objExplorer.ToolBar=0
objExplorer.StatusBar=0
objExplorer.Width=400
objExplorer.Height=250
objExplorer.Left=0
objExplorer.Top=0
DoWhile(objExplorer.Document.Body.All.OKClicked.Value="")
Wscript.Sleep250
Loop
strPassword=objExplorer.Document.Body.All.PasswordBox.Value
objExplorer.Quit
Wscript.Sleep250
Wscript.EchostrPassword
【vbs之使用Internet Explorer 屏蔽密码】相关文章:
★ vbs 中调用shell.application 简单函数
★ 用vbs实现重新启动 Internet Explorer
★ vbs下用Shell.Application获取图片分辨率
★ 用vbs返回 Internet Explorer 的下载控件和 Applet 的列表
★ 用vbs检测Internet Explorer 中是否启用了 ActiveX