常用的360搜索好搜代码_百度搜索代码_淘宝搜索代码
做一款优秀的wordpress导航主题怎么才少了多个搜索引擎切换的功能呢,但是其实大多数主题都安装到了百度搜索,对于360的好搜与淘宝搜索需求还是比较小的,但是这里阿正资源网站长还是贴出来分享给大家,可以方便大家进行编辑使用。
大概的效果是下面图片的样子,当然这个需要大家对代码进行css样式的编写才能达下效果。
出来的效果是这样的:
下面阿正资源网站长把整理的代码发一下
百度搜索框代码
1
2
3
4
5
|
<form action=“http://www.baidu.com/baidu” target=“_blank”>
<input name=“tn” type=“hidden” value=“baidu”>
<input type=“text” name=“word” size=“30” baiduSug=“1” class=“texe”>
<input type=“submit” value=“百度搜索” class=“buts”>
</form>
|
淘宝搜索框代码
1
2
3
4
|
<form action=“http://s.taobao.com/search” name=“search” id=“J_TSearchForm” class=“search-panel-focused”>
<input x–webkit–grammar=“builtin:translate” x–webkit–speech=“” size=“30” class=“texe” role=“combobox” aria–combobox=“list” aria–haspopup=“true” id=“q” name=“q” aria–label=“请输入搜索文字” accesskey=“s” autocomplete=“off”>
<input type=“submit” value=“淘宝搜索” class=“buts”>
</form>
|
360搜索框代码
1
2
3
4
|
<form action=” http://www.so.com/s” target=“_blacnk”>
<input name=“q” type=“text” id=“input” autocomplete=“off” x–webkit–speech class=“texe”>
<input type=“submit” value=“360搜索” class=“buts”>
</form>
|
版权免责声明
① 开通本站SVIP资源,永久免费下载 www.seozyba.com
② 本网站资源来源于网络收集,如有侵权,请联系站长进行删除处理。
③ 分享目的仅供大家学习和交流,请不要用于商业用途,否则后果自负。
④ 如果你有源码需要出售,可以联系站长,或者点击 投稿。
⑤ 本站提供的源码、模板、插件、软件、学习资料等等其他资源,都不包含技术服务请大家谅解。
⑥ 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需。
⑦ 在您的能力范围内,为了大环境的良性发展,请尽可能的选择正版资源。
⑧ 网站资源不做任何二次加密和授权后门(原版加密除外)
阿正资源网 » 常用的360搜索好搜代码_百度搜索代码_淘宝搜索代码