frameset表单获取

WBOY
Release: 2016-06-23 14:18:00
Original
1039 people have browsed it

frameset 表单

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


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

回复讨论(解决方案)

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

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

对应 

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

对应 
谢谢了

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!