请问如何实现01.asp中的Form自动提交到02.asp?

各位大虾:
请问在01.asp中的Form:

1<form action="02.asp" method="post" name="form1">
2<input =type_code="" ```="" name="txt" type="text" value="```"/>
3<input name="Submit" type="submit" value="Submit"/>
4</form>

我想01.asp中的Form是自动提交到02.asp。
最好能给源代码
谢谢!
---------------------------------------------------------------

1<body onload="document.form1.submit()">
2<form action="02.asp" method="post" name="form1">
3<input =type_code="" ```="" name="txt" type="text" value="```"/>
4<input name="Submit" type="submit" value="Submit"/>
5</form></body>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus