zoukankan
html css js c++ java
可嵌入到网页的实用查询代码
代码如下:
流行的可嵌入到网页的实用工具,请大家补充和跟贴!! <center> <!--ip查询--> <FORM action="http://ip.wisa.com.cn/ipsearch.php" target="_blank"> <P><SPAN class=style2222>请输入IP:</SPAN> <INPUT maxLength=25 name=textfield> <INPUT type=submit value=查找 name=Submit></P></FORM> <!--域名查询--> <iframe marginWidth=0 marginHeight=0 src="http://hi.www.net.cn/hi/265/265.html" frameBorder=0 width="500" scrolling=no height="300"></iframe> <!--手机位置查询--> <iframe src="http://tool.yok.com/simcard.php" width="760" height="300" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> <!--妇女安全期查询--> <IFRAME marginWidth=0 marginHeight=0 src="http://www.xmdao.com/other/fna.htm" frameBorder=0 width="100%" scrolling=no height=430> </IFRAME> <!--电视节目查询--> <FORM name="wsh1" METHOD=POST ACTION="http://wanshanghao.cn/servlet/search/out_search.jsp" target="_blank"> <table border=0> <tr><td valign="bottom"> <input type="hidden" name="province" value="北京"> <input type="hidden" name="channel" value="all"> <input type="hidden" name="date" value="thisWeek"> <INPUT TYPE="text" NAME="program" style="100" value="电视节目名称" onclick="javascript:this.value=''"><IMG SRC="http://wanshanghao.cn/images/search.gif" WIDTH="45" HEIGHT="21" BORDER="0" ALT="查询电视节目" onclick="document.wsh1.submit()"> </td></tr> </table> </FORM> <!--词霸--> <TABLE width="351" bgcolor="#FFFFFF"> <FORM method=GET action="http://cb.kingsoft.com/search" target='_blank'> <tr><td width="343"> <A HREF="http://cb.kingsoft.com/search" target='_blank'> <IMG SRC="http://cb.kingsoft.com/html/help/images/w_38X38.gif" width=25 height="25" border="0" ALT="金山词霸" align="absmiddle" ></A><font class="abc">英文查词</font> <INPUT TYPE=text name=s size=25 maxlength=255 value="" class="input"><INPUT TYPE=hidden name=lang value='gb2312'> <INPUT type=submit value="词霸搜索" class="input" style="cursor:hand"> </td> </tr> </FORM> <!--天气预报--> <form name="form1" method="post" action="http://www.tq121.com.cn/forecast/searchcity.php" target="_blank"> 在输入框中输入您要查询的城市名称,查询到该城市当日天气。 <br> <input name="cityname" size=36 type="text"> <input name="Input" type="submit" value="查询天气"> </span></td></form> </TABLE> <!--车次--> <form name="frmGetZM" method="POST" action="http://train.chinamor.cn.net/zzcx2.asp" class="p2" target="_blank"> <span class="p4">查询具体到达的车次信息。</span><font color="#666666"><span class="p4"> </span></font><br> <br> <input type=hidden name=bug value=1> <span class="fontsize12hui"><span class="p4">出发地:</span> <input type="text" NAME="fzm" size=20> <span class="p4">目的地:</span> <input type="text" NAME="dzm" size=20> <input name="B12" type="submit" value="查询车次"> <br> </span> </form> </center>
[Ctrl+A 全选 提示:你可先修改部分代码,再点运行代码]
青苹果Web应用商店
https://webapp.taobao.com/
PHP/ASP.NET/ASP/UCHOME/DISCUZ! X系列网站开发,详细需求联系
QQ:8511978
查看全文
相关阅读:
Spring 控制反转容器(Inversion of Control – IOC)
理解依赖注入(DI
创建一个简单的Spring应用
Spring开发环境搭建(Eclipse)
Spring框架模块
Spring 框架介绍
spring教程
Bulma CSS
Bulma CSS
Bulma CSS
原文地址:https://www.cnblogs.com/Dicky/p/194388.html
最新文章
spring boot配置druid连接池连接mysql
spring boot 连接Mysql介绍
Spring Boot Hello World (restful接口)例子
spring boot 开发环境搭建(Eclipse)
Spring Boot Hello World (restful接口)例子
Spring Boot介绍
spring boot 实战教程
Spring Boot 介绍
Spring 事件(2)- 自定义事件
Spring 事件(1)- 内置事件
热门文章
Spring 面向切面编程(AOP)
Bean Java配置
Bean 注解(Annotation)配置(3)- 依赖注入配置
Bean 注解(Annotation)配置(2)- Bean作用域与生命周期回调方法配置
Bean 注解(Annotation)配置(1)- 通过注解加载Bean
Bean XML 配置(4)- 自动装配
Bean XML 配置(3)- 依赖注入配置
Bean XML 配置(2)- Bean作用域与生命周期回调方法配置
Bean XML 配置(1)- 通过XML配置加载Bean
理解依赖注入(DI
Copyright © 2011-2022 走看看