在asp编程中遇到一个问题
check_ok.asp
response.Write("
1<html>")
2response.Write("<head>")
3response.Write("<meta "="" &="" charset="utf-8" content=" & " content-type"="" gb2312"="" html;="" http-equiv=" & " text=""/>")
4response.Write("<title></title>")
5response.Write("</head>")
6response.Write("<body "="" &="" document.form1.submit"="" onload=" & ">")
7response.Write("<form "="" &="" aa.asp"="" action=" & " method=" & " name='form1"' post"="">")
8response.Write("<input "="" &="" )="" check"="" id="aa" name=" & " response.write("<input="" submit="" submit"="" type=" & " value=" & "/>")
9response.Write("</form>")
10response.Write("</body>")
11response.Write("</html>
")
想通过这一页面传递一些表单元素,如何实现经过这一页面时表单自动提交到aa.asp而不显示本页面。通过什么事件或方法帮帮忙了,在线等候,谢谢
---------------------------------------------------------------
response.Write("
1<body "="" &="" document.form1.submit()"="" onload=" & ">")
2\---------------------------------------------------------------
3
4你可以调用一个函数,设置为表单递交</body>