提交之后转入页面的问题 ,比较简单来帮忙啊
Response.Write "<form name=""form"" method=""post"" action=""book.asp"" onsubmit=""return checkBook();"">" & vbCrLf。。。。。
。。。。。
填写留言的各项
<input type=""submit"" name=""Submit"" value=""提
交"" onmouseover=""this.className='boton'""" & vbCrLf
——————————————————————————————————
现在是提交之后 页面转到book.asp
我想要点击提交后转向index.asp 直接修改action=""book.asp""是不行的
提交后页面是转到了index.asp 但是 数据根本就没提交
大家教教我具体加什么事件之类的 就可以完成实现留言提交后转到index.asp页面啊`?