POST TIME:2018-01-08 14:33
<form action="{dede:global name='cfg_phpurl'/}/search.php" name="formsearch"> <input type="hidden" name="kwtype" value="1" /> <input name="keyword" id="keyword" type="text" class="searchtxt" /> <select name="searchtype" id="searchtype"> <option value="titlekeyword" selected>智能模糊搜索</option> <option value="title">僅搜索標題</option> </select> <input type="image" src="{dede:field name='templeturl'/}/images/topsearch_submit.gif" /> </form>在調用其他樣式的時候,必須添加的幾個參數
<form action="{dede:global name='cfg_phpurl'/}/search.php" name="formsearch"> <input name="keyword" id="keyword" type="text"> <input type="hidden" name="kwtype" value="1" /> <input class="SchBtn" onmouseover="this.className='SchBtn0';" onmouseout="this.className='SchBtn';" type="submit" value="" /> </form>出現關鍵詞不少于2個字節,多數情況下就是文件的代碼書寫少了紅色的部分,大家仔細檢查一下是否是這個問題。