以下是引用飞在2012-1-30 12:34:00的发言:
'送佛送到西好了
Dim OjbIe As Object = CreateObject("InternetExplorer.Application")
With OjbIe
.Visible = True
.Navigate("http://www.foxtable.com/bbs/index.asp")
Application.DoEvents
Do While .Busy
Application.DoEvents
Loop
Dim DoM As Object = .Document
With DoM
.getElementById("username").Value = "在此输入用户名"
.getElementById("password").Value = "在此输入密码"
.getElementById("submit").Click
End With
.Visible = True
End With
有这个提示
此主题相关图片如下:未命名.gif