我用的两个搜索模版
为什么他显示总是默认的呢?
有的时候没有显示默认的,但是总是不出来内容
怎么回事情?
这个是新的 <form name="searchform" method="post" action="[!--news.url--]e/search/index.php"> <input type=hidden name="tempid" value="2"> <input type=hidden name="tbname" value="yangshi"> <tr> <td><input name="keyboard" type="text" id="keyboard" style="width:60px;"></td> <td><SELECT name=show> <option value="title" selected>姓名</option> <option value="player">身份证号</option> <option value="ftitle">证件编号</option> </SELECT> </td> <td style=" padding-left:5px;"><input name="Submit" type="image" value="搜索" src="[!--news.url--]deftempimg/search.gif" width="37" height="20"> </td> </tr> </form>
这个是原来的
<form name="searchform" method="post" action="[!--news.url--]e/search/index.php"> <input type=hidden name="tempid" value="1"> <input type=hidden name="tbname" value="news"> <tr> <td><input name="keyboard" type="text" id="keyboard" style="width:100px;"></td> <td><SELECT name=show> <option value="title" selected>标题</option> <option value="newstext">全文</option> <option value="writer">作者</option> </SELECT> </td> <td style=" padding-left:5px;"><input name="Submit" type="image" value="搜索" src="[!--news.url--]deftempimg/search.gif" width="37" height="20"> </td> </tr> </form>
难道出现错误?
|