Home > Backend Development > PHP Tutorial > target - php下如何在控制器中跳转到页面的某个frame中

target - php下如何在控制器中跳转到页面的某个frame中

WBOY
Release: 2016-06-06 20:36:25
Original
1475 people have browsed it

像a标签的target属性一样,在后台的php中跳转到前台的frame中。
我这边是两个frame框架,上面的frame是搜索框,下面的frame是数据显示页,
我想在我点击上面的搜索按钮后,通过后台相应的处理然后将结果显示到下面的frame中去。

回复内容:

像a标签的target属性一样,在后台的php中跳转到前台的frame中。
我这边是两个frame框架,上面的frame是搜索框,下面的frame是数据显示页,
我想在我点击上面的搜索按钮后,通过后台相应的处理然后将结果显示到下面的frame中去。

动态修改下面的framesrc属性为你的搜索连接(类似于http://domain.com/search.php?key=搜索关键字这样的)

这种不该是ajax吗

form标签一样有target属性,和php没有关系

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