LeadWit CMS用超级标签做全站搜索
来自站长百科
导航:返回上一页
这个功能还是很容易实现的具体代码如下:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <form name="searchform" method="post"> <td align="right" valign="middle"> <span class="font_black14">站内搜索</span> <input name="key" type="text" style="size:20; height:20"> <select name="SelectChannel" style="size:20; height:20"> 【Template】 【From:LZ8_Channel,0,False】 【Lable:ChannelName,ChannelDir】 【Where:False,0,0,ChannelType=0,ChannelID,0,Desc】 【List:10,0】 <option value="{$ChannelDir}">{$ChannelName}</option> 【/Template】 </select> <input type="button" name="Submit" value="开始搜索" style="height:22px" onClick="window.location.href='{$WebPath}/'+ SelectChannel.value + '/Search_list.asp?Key='+ key.value" class="boxttx"> </td> </form> </tr> </table>