Board logo

标题: VBS如何登陆网站? [打印本页]

作者: 5872169     时间: 2008-11-28 12:15    标题: VBS如何登陆网站?

我想打开http://www.gang4.info/这个网站再输入www.google.cn,怎么登陆??以下代码只是打开http://www.gang4.info网站

Set ie = CreateObject("internetexplorer.application")
ie.navigate "http://www.gang4.info/"
ie.Visible = true
While ie.busy Or ie.readystate <> 4
Wend

[ Last edited by 5872169 on 2008-11-28 at 12:21 ]
作者: yishanju     时间: 2008-11-28 15:05
用SENDKEYS了模拟人工操作了
作者: yishanju     时间: 2008-11-28 15:06
再不就是用CURL 提交数据了
作者: 5872169     时间: 2008-11-28 15:48
没有人知道吗
作者: everest79     时间: 2008-11-28 19:03
根据网页内空进行dhtml操作