问题:在Brand控制器下的本页面的搜索会跳转到首页。
<p class="form-p">
<form action="{:U('index')}" name="searchForm" method="get">
<img src="__IMG__/icon_search.gif" width="26" height="22" border="0" alt="search" />
<input type="text" id="brandname" name="brand_name" size="15" />
<input type="submit" id="brandSearch" value=" 搜索 " class="button" />
</form>
</p>
打算做本页的搜索,我一点搜索按钮,右边部分的页面会显示整个页面,然后就刷新跳到首页去了。这个该怎么处理呢?
框架的话会有框架的锚点,就是
name=?
,?
的值比如:
<a href="" target="main"></a>