1.提交form,action 提交数据,但页面不跳转,可以使用Iframe简单方法
<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"content="text/html; charset=utf-8"/>
<title>Form提交表单页面不跳转</title>
</head>
<body>
<form action="hello.php"method="post"target="id_iframe">
<input type="text"id="input_text"name="input_text"/>
<input type="submit"id="sobmit"name="submit"value="提交"/>
</form>
<iframe id="id_iframe"name="id_iframe"style=""></iframe><!--hello.php页面返回的数据 显示在iframe 中->
</body>
</html>
2.注意1 <form action="hello.php"method="post"target="id_iframe"></from>
中的target 一定是你要指定要显示返回结果的 <iframe id="id_iframe"name="id_iframe"style=""></iframe>
标签中的name属性
3.注意2 <iframe id="id_iframe"name="id_iframe"style=""></iframe>
可以放到body中的任何位置 特别注意可以放到 <form action="hello.php"method="post"target="id_iframe"></from>
中
全文:http://www.thinksaas.cn/group/topic/346666/
怎么实现php表单提交后不跳转 http://zhidao.baidu.com/question/164772500.html
php表单提交成功后如何跳转到指定页面?http://zhidao.baidu.com/link?url=-FaxpeIpyWsf2KMd30PwsAkwgYPiTHZqvSZvt3RfmHYIVLik_NCpoU1HxSHQXK-LX43cy3WJSr6oq-muZtcfExZ_I6EhenPGME7U-KNRD4y