找回密码
 加入
搜索
查看: 1862|回复: 1

[IE类操作] 表单提交疑难问题求助

[复制链接]
发表于 2010-3-22 18:37:37 | 显示全部楼层 |阅读模式
请问这样的表单该如何提交,试过_IEFormSubmit($oForm)提交和$oIE.document.eglogin.submit()  都会出错,好像只有点击动作可以提示成功,可是用_IEAction又找不到点击变量。请各位朋友帮忙看下,怎么样才能用_IEAction点击提交,谢谢大家


<script>
function checkinput()
{

if (document.eglogin.EGLoginName.value.length == 0)
{
        alert("请输入登录会员账号!");
        return;
}
if (document.eglogin.EGPassword.value.length == 0)
{
        alert("请输入登录账号密码!");       
        return;
}
if (document.eglogin.EGRndPassword.value.length == 0)
{
        alert("请输入登录验证码!");       
        return;
}

preprocess();
document.eglogin.submit();

}
function resetinput()
{
document.eglogin.reset();
}

function keySubmit()
{
if (event.keyCode == 13) checkinput();
}

function changeRndImg()
{
        var img = document.getElementById("imgVerify");
        img.src = "/include/ImgVerify.asp?" + Math.random();
}
</script>
 楼主| 发表于 2010-3-24 09:17:25 | 显示全部楼层
已解决,直接触发java
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-11-1 06:48 , Processed in 0.067340 second(s), 20 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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