在线求助 如何将一表单自动提交

在asp编程中遇到一个问题
check_ok.asp
response.Write("

 1<html>")   
 2response.Write("<head>")   
 3response.Write("<meta "="" &="" charset="utf-8" content=" &amp; " content-type"="" gb2312"="" html;="" http-equiv=" &amp; " text=""/>")   
 4response.Write("<title></title>")   
 5response.Write("</head>")   
 6response.Write("<body "="" &="" document.form1.submit"="" onload=" &amp; ">")   
 7response.Write("<form "="" &="" aa.asp"="" action=" &amp; " method=" &amp; " name='form1"' post"="">")   
 8response.Write("<input "="" &="" )="" check"="" id="aa" name=" &amp; " response.write("<input="" submit="" submit"="" type=" &amp; " value=" &amp; "/>")   
 9response.Write("</form>")   
10response.Write("</body>")   
11response.Write("</html>

")
想通过这一页面传递一些表单元素,如何实现经过这一页面时表单自动提交到aa.asp而不显示本页面。通过什么事件或方法帮帮忙了,在线等候,谢谢

---------------------------------------------------------------

response.Write("

1<body "="" &="" document.form1.submit()"="" onload=" &amp; ">")   
2\---------------------------------------------------------------   
3  
4你可以调用一个函数,设置为表单递交</body>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus