zoukankan      html  css  js  c++  java
  • Html 小插件3

    搜狗搜索框代码

    <script>function verifyquery(form){if(form.sogou_drop.value==2){form.insite.value='';}else{form.insite.value=form.insite2.value}}</script><table height=30 cellSpacing=0 cellPadding=0 width=394 border=0><form action="http://www.sogou.com/web" target="_blank" onsubmit='javascript:verifyquery(this)' ><tr style='font-size:12px;color:#000000'><td width=94 align="center"><img src="http://www.sogou.com/union/images/sogou_union_a1.gif" width="91" height="26" border=0></td><td align=right width=217><input type="text" name="query" size=14 style='BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; BORDER-BOTTOM: #999 1px solid; HEIGHT: 19px; 200px; BACKGROUND-COLOR: #fff'></td><td width="17"><input type="hidden" name="insite" value="abc.com"></td><td align=left width=66><input type="submit" name="sogou_submit" value="搜索"></td></tr></form></table>

    代码框中的代码copy到您的页面中的相应位置上

    <iframe marginwidth=0 marginheight=0  frameborder=0 bordercolor='#000000' scrolling=no src='http://fragment.union.sogou.com/preview.php?pid=dabaoku&pagetype=3&bc=%23E1EBFF&fc=undefined&bb=0&bbc=&width=150' width=150 height=120></iframe>

    <iframe marginwidth=0 marginheight=0  frameborder=0 bordercolor='#000000' scrolling=no src='http://fragment.union.sogou.com/preview.php?pid=dabaoku&pagetype=1' width=468 height=60></iframe>

    <iframe marginwidth=0 marginheight=0  frameborder=0 bordercolor='#000000' scrolling=no src='http://fragment.union.sogou.com/preview.php?pid=dabaoku&pagetype=4&bc=%23E1EBFF&fc=undefined&bb=0&bbc=&width=380' width=380 height=30></iframe>

    <iframe marginwidth=0 marginheight=0  frameborder=0 bordercolor='#000000' scrolling=no src='http://fragment.union.sogou.com/preview.php?pid=dabaoku&pagetype=2&bc=%23E1EBFF&fc=undefined&bb=0&bbc=&width=760' width=760 height=30></iframe>      

  • 相关阅读:
    大端模式与小端模式
    通过tcp socket实现Linux与windows之间的文件传输
    关于递归的几个小例子
    关于线性表的一些简单应用
    数据结构(c语言实现)--线性表
    简单实现getpwnam()
    chapter 7 内存分配函数
    chapter6 非局部跳转函数 setjmp()与longjmp()
    Xcode 出现Permission denied 解决方法
    关于ARfoundation ILRuntime热更新项目的坑
  • 原文地址:https://www.cnblogs.com/mxcy/p/3905218.html
Copyright © 2011-2022 走看看