

CODE: [Copy to clipboard]Set Ie=CreateObject("InternetExplorer.Application")
With Ie
.Navigate "mail.163.com"
Do While (Ie.Busy)
Wscript.Sleep 200
Loop
.Document.Forms(0).All("username").Value="cn"
.Document.Forms(0).All("password").Value="dos"
.Document.Forms(0).All("登录邮箱").Click
.Visible=1
End With
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |