Home  >  Article  >  Backend Development  >  frameset表单获取

frameset表单获取

WBOY
WBOYOriginal
2016-06-23 14:18:001038browse

frameset 表单

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


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

回复讨论(解决方案)

汗  mark关注一下学习学习  一个页面内两个frame的通信...  期待高手.

1.php 中表单属性 target="frame2"

对应 

1.php 中表单属性 target="frame2"

对应 
谢谢了

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