免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 發帖

[已回答] 请大神进来帮我看看这个代码怎么变成论坛内搜索?

  1. <form action="http://www.baidu.com/baidu" target="_blank">
  2. <table bgcolor="#FFFFFF"><tr><td>
  3. <input name=tn type=hidden value=baidu>
  4. <a href="http://www.baidu.com/"><img src="http://img.baidu.com/img/logo-80px.gif" alt="Baidu" align="bottom" border="0"></a>
  5. <input type=text name=word size=30 baiduSug=1>
  6. <input type="submit" value="百度搜索">
  7. </td></tr></table>
  8. </form>
複製代碼
以上是代码,在论坛内爬回来的,我想设置成论坛内搜索,可是不管我怎样弄,要么就打不开,要么就直接上百度他家去了,拜托大神指导下我,谢谢!

版大在不在,帮忙解答一下哦

TOP

本帖最後由 无界 於 2013-5-28 12:48 編輯
  1. <form action="search.php?searchsubmit=yes" method="post">
  2. <table bgcolor="#FFFFFF"><tr><td>
  3. <input name="hatsearchform" type=hidden value=''>
  4. <a href="http://www.baidu.com/"><img src="http://img.baidu.com/img/logo-80px.gif" alt="Baidu" align="bottom" border="0"></a>
  5. <input type=text name="srchtxt" size=30 baiduSug=1>
  6. <input type="submit" value="百度搜索">
  7. </td></tr></table>
  8. </form>
複製代碼
1

評分人數

  • bossll

TOP

回復 3# 无界


没看懂,无界大侠你这个代码好像跟我发布的那个一模一样呢

TOP

样子是一样,但是改成站内搜索了,你放在论坛运行一下就知道了

TOP

回復 5# 无界


这么神奇?好的,我现在去说试试

TOP

回復 3# 无界


    太神奇了!为何代码一模一样,我重新黏贴后,搜索就由百度变成站内搜索了???搞不懂,太深奥了。。。感谢无界大侠对我的指导!

TOP

回復 3# 无界


    代码放在哪里?

TOP

回復 4# kyh991


    你好!
樓上無界站長是將原:1段代碼:
  1. <form action="http://www.baidu.com/baidu" target="_blank">
複製代碼
修正變成為如下:
  1. <form action="search.php?searchsubmit=yes" method="post">
複製代碼
其它代碼都沒變這樣了解沒!

TOP

回復 9# bossll


是的,解释得非常透彻,感谢版大,请将本帖关闭,已解决!

TOP

返回列表