PHP不刷新提交数据,求大神帮写hello.php代码 50
<title>Form提交表单页面不跳转</title></head><body><formaction="hello.php"method="post"target="...
<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 中-> 展开
</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 中-> 展开
展开全部
首先在<head></head>中引入jquery.js文件,然后通过$.ajax读取后台接口数据,将返回的数据写入到$('#id_iframe')中即可
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不跳转提交表单是ajax,建议使用jQuery中的$.post()提交。表单提交都会跳转的
参考资料:$.post()
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询