后台关联

2016-07-07 15:51 来源:www.chinab4c.com 作者:ecshop专家

在good_export .html文件中

<form action="goods_export.php" method="post" name="searchForm">
<strong>{$lang.custom_goods_search}</strong>
<!-- 分类 -->
<select name="cat_id"><option value="0">{$lang.custom_goods_cat}</option>{$cat_list}</select>
<!-- 品牌 -->
<select name="brand_id"><option value="0">{$lang.custom_goods_brand}</option>{html_options options=$brand_list}</select>
<!-- 关键字 -->
{$lang.custom_keyword}<input type="text" name="keyword"/>
<!-- 搜索 -->
<input type="submit" name="search_submit" id="search_submit" value="{$lang.export_condition_search}" class="button" />
</form>

这个后台的搜索代码的传值是如何实现的,我想将里面的关联页面扣出来,但是不知道怎么传值,请教各位高手