|
本帖最后由 boyhong 于 2010-2-4 18:01 编辑
目前我的折中办法是:
$oIE = _IECreate ("http://cc.xxxx.com.cn/Login/Login.jsp",0,0)
$oForm = _IEFormGetObjByName ($oIE, "form1")
$oText = _IEFormElementGetObjByName ($oForm, "loginid")
$oText1 = _IEFormElementGetObjByName ($oForm, "userpassword")
_IEFormElementSetValue ($oText, "testuser")
_IEFormElementSetValue ($oText1,"testpassword")
_IEFormSubmit ($oForm)
_IECreate ("http://cc.xxxx.com.cn/main.jsp")
Exit
但是这样登录,能成,但太慢有时还登录不成功~。。。。
能不能实现这种提交:
http://cc.xxxx.com.cn/login/VerifyLogin.jsp?loginid="testuser"&userpassword="testpassword"
附件: (验证用户名与密码正确与否的文件)
对于解决了本问题的朋友,我将双倍奉还您下载本贴附件所扣之金钱,同时对于您的热心表示感谢感谢感谢~~~~ |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?加入
×
|