Chinaunix首页 | 论坛 | 博客
  • 博客访问: 111411
  • 博文数量: 49
  • 博客积分: 2612
  • 博客等级: 少校
  • 技术积分: 431
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-01 14:31
个人简介

来来去去

文章分类

全部博文(49)

文章存档

2015年(1)

2012年(4)

2011年(1)

2010年(42)

2009年(1)

我的朋友

分类: WINDOWS

2010-06-04 16:18:02

set ie=CreateObject("internetexplorer.application")
ie.navigate ""
ie.Visible=true
while ie.busy Or ie.readystate<>4
Wend
ie.document.getElementById("loginForm").email.value=""
ie.document.getElementById("loginForm").password.value="******"
ie.document.getElementById("loginForm").submit
阅读(471) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~