Home >Backend Development >PHP Tutorial >frameset表单获取,该怎么处理

frameset表单获取,该怎么处理

WBOY
WBOYOriginal
2016-06-13 11:30:461015browse

frameset表单获取
有两个frame 

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


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

frameset 表单
Statement:
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