Board logo

标题: 一段自动登陆邮箱的VBS示例程序 [打印本页]

作者: youxi01    时间: 2008-2-13 17:47     标题: 一段自动登陆邮箱的VBS示例程序

说明:
1、本段程序针对的邮箱为:163邮箱
2、请将程序中的两个 test(分别针对帐号和密码)改成你的相应帐号和密码
3、声明:对于利用本方法造成的密码泄露本人概不负责

  1. Set ie = CreateObject("internetexplorer.application")
  2. ie.navigate "http://mail.163.com"
  3. Wscript.Sleep 4000
  4. ie.document.getElementById("login163").username.Value= "test"
  5. ie.document.getElementById("login163").Password.Value = "test"
  6. ie.document.getElementById ("btn1").click
  7. Set ie = Nothing
复制代码





欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2