| 
 
   
- 積分
 - 65 
 - 威望
 - 65  
 - 金錢
 - 37  
 - 最後登錄
 - 2013-1-3 
 
  | 
 本帖最後由 yangzt 於 2012-12-15 08:12 編輯  
 
看到搜索总是要点击导航条的搜索才能搜索,太麻烦了,有了这个代码就可以在首页进行搜索了!添加到广告里面即刻- <form class="searchform" method="post" action="search.php" target="_blank">
 
 - <input type="hidden" name="formhash" value="fb25ecf8" />
 
 - <p class="searchkey">
 
 - <input type="text" id="srchtxt" name="srchtxt" prompt="search_kw" size="45" maxlength="40" value="" class="txt" tabindex="1" />
 
 - <script type="text/javascript">$('srchtxt').focus();</script>
 
 - <select name='srchtype'>
 
 - <option value="title">标题</option>
 
 - <option value="fulltext">全文</option></select>
 
 - <button type="submit" name="searchsubmit" id="searchsubmit" value="true" prompt="search_submit">搜索</button>
 
 - </p>
 
  複製代碼 |   
 
 
 
 |