Chinaunix首页 | 论坛 | 博客
  • 博客访问: 649159
  • 博文数量: 107
  • 博客积分: 4135
  • 博客等级: 上校
  • 技术积分: 1182
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-06 16:01
文章分类

全部博文(107)

文章存档

2020年(2)

2012年(5)

2011年(6)

2010年(23)

2009年(17)

2008年(35)

2007年(19)

我的朋友

分类:

2010-05-25 23:05:51

#include  
#include   
 
MsgBox(64, "通知 -by liyi", "5秒钟后登陆邮箱:xxxxxx@163.com", 5)  
$oIE = _IECreate ("")  
sleep(2000)  
$oForm = _IEFormGetObjByName ($oIE, "login163")  
$oQuery = _IEFormElementGetObjByName ($oForm, "username")  
_IEFormElementSetValue ($oQuery, "xxxxxx")  
$oQuery = _IEFormElementGetObjByName ($oForm, "password")  
_IEFormElementSetValue ($oQuery, "password")  
$oQuery = _IEFormElementGetObjByName ($oForm, "selType")  
$oQuery = _IEFormElementGetObjByName ($oForm, "登录邮箱")  
_IEAction($oQuery ,"click")  
sleep(2000)  
_IEAction ($oIE, "visible")  
MsgBox(64, "通知 -by liyi", "35秒钟后退出邮箱", 35)  
_IELinkClickByText ($oIE,"退出")  
MsgBox(64, "通知 -by liyi", "5秒钟后关闭IE", 5)  
_IEQuit ($oIE)

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/bill_lee_sh_cn/archive/2010/03/23/5407729.aspx

阅读(5189) | 评论(0) | 转发(0) |
0

上一篇: AUTOIT教程

下一篇:网页自动登录

给主人留下些什么吧!~~