找回密码
 加入
搜索
查看: 4242|回复: 4

Post提交成功,页面JS如何跳转?

[复制链接]
发表于 2009-4-1 14:10:12 | 显示全部楼层 |阅读模式
本帖最后由 雨林GG 于 2009-4-24 10:06 编辑

用 xmlhttp 提交用户名和密码成功后,弹出JS确定对话框,不如如何能跳过此框到指定链接!~~~
附Responsebody:
<style type="text/css">
td{font-size:9pt;border-bottom:1 solid #9999FF; line-height:20px;}
</style>
<center><form name=log method=post action=index.asp?act=log><table border=0 cellspacing=0 cellpadding=0 width=500><tr><td colspan=2 align=center>管理登录</td></tr><tr><td align=right>用户名:</td><td><input type=text name=adminname size=40 maxlength=20></td></tr><tr><td align=right>密码:</td><td><input type=password name=password size=40 maxlength=20></td></tr><tr><td colspan=2 align=center><input type=submit name=dl value='登录'></td></tr></table></form></center><script language=javascript>alert('登录成功!');location.href('index.asp?act=showip');</script><center><table border=0><tr><td align=center></td></tr></center>
这里已经登录成功了,但就是不清楚如何在不新建IE的情况下跳转到'index.asp?act=showip',新建的话,会再要求登录!(Cookie中没存什么特殊数据)

[ 本帖最后由 雨林GG 于 2009-4-1 14:16 编辑 ]
 楼主| 发表于 2009-4-24 10:05:12 | 显示全部楼层
俺现在的做法:
_IECreate 建立可视IE,_IEFormElementSetValue输入用户名与密码,最后Submit。
AdlibEnable出现JS对话框就点击,后_IENavigate到跳转页面。

^_^
发表于 2009-6-26 21:04:51 | 显示全部楼层
不错,值得表扬
发表于 2009-6-27 01:43:38 | 显示全部楼层
学到了,谢谢
发表于 2009-11-18 00:40:57 | 显示全部楼层
没有能够全后台,再改进。
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2025-1-12 10:53 , Processed in 0.073778 second(s), 20 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表