为编程爱好者分享易语言教程源码的资源网
好用的代理IP,游戏必备 ____广告位招租____ 服务器99/年 ____广告位招租____ ____广告位招租____ 挂机,建站服务器
好用的代理IP,游戏必备 ____广告位招租____ 服务器低至38/年 ____广告位招租____ ____广告位招租____ 挂机,建站服务器

网站首页 > 脚本专栏 > 按键精灵相关 > 按键精灵Q语言 正文

按键精灵邮箱登录脚本源码

三叶资源网 2018-12-05 22:57:04 按键精灵Q语言 2101 ℃ 1 评论

按键精灵邮箱登录脚本源码,

运行环境:分辨率:800x600 色深:32位 操作系统:Microsoft Windows XP 按键精灵版本:9.00.9460

@lishichaoajjl    2011/9/9

//Event Form1.Load     
//    Form1.ComboBox1.List = "163.com|126.com|yeah.net|sina.com"    
//End Event    
//Event Form1.ComboBox1.SelectChange     
//    Dim 索引     
//    索引 = Split(Form1.ComboBox1.List,"|")     
//    邮箱 = 索引(Form1.ComboBox1.ListIndex)     
//End Event   
//用户名 = Form1.InputBox1.Text  
//密码 = Form1.InputBox2.Text  
//邮箱 = Form1.InputBox3.Text  
  
UserVar 用户名=0 "用户名"  
UserVar 密码=0 "密码"  
UserVar 邮箱=DropList{"163.com":"163.com"|"126.com":"126.com"|"yeah.net":"yeah.net"|"sina.com":"sina.com"}=0 "邮箱"  
  
  
Set ie = CreateObject("internetexplorer.application")  
ie.navigate "http://www.baidu.com/"  
ie.Visible = true  
While ie.busy Or ie.readystate <> 4  
Wend  
ie.document.getElementById("wd").value=邮箱  
i = ie.document.getElementById("su").click  
Delay 1000  
ie.document.getElementById("op_email3_username").value = 用户名  
ie.document.getElementById("op_email3_password").value = 密码  
i = ie.document.getElementById("op_email3_sub").click  
ie.quit


文件下载

Tags:

来源:三叶资源网,欢迎分享,公众号:iisanye,(三叶资源网⑤群:21414575

已有1位网友发表了看法:

欢迎 发表评论:

百度站内搜索
关注微信公众号
三叶资源网⑤群:三叶资源网⑤群

网站分类
随机tag
4G移动通信技术权威指南支付宝监控仿spywebqqXML解析器sqlite之数据库web微信源码一条游走的龙淘宝时间同步七天学会nodejs换行符源码go语言适合写游戏吗QQ看点评论淘宝宝贝列表分页源码自动同意进群酷Q机器人SqlServerpython orc识别进度复制文件超级代理服务端
最新评论