frameset表单获取,该怎么处理

WBOY
Release: 2016-06-13 12:40:58
Original
731 people have browsed it

frameset表单获取
有两个frame 

<br />
<frameset rows="15%,85%"><br />
  <frame name="frame1" src="1.php" /><br />
  <frame name="frame2" src="2.php" /><br />
</frameset><br />
Copy after login


1.php里面有个表单 提交给2.php 
然后保持1.php页面不跳转
2.php刷新接受表单数据
请问如何实现

frameset 表单
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!