多种天气预报调用代码分享

我们这里的天气预览不需要js来调用,只要用iframe就可以了,更不需要asp.net之类的来操作了。

调用代码一

 代码如下 复制代码

<iframe src="http://m.weather.com.cn/m/pn1/weather.htm " width="235" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

调用代码二

 代码如下 复制代码

<iframe src="http://m.weather.com.cn/m/pn2/weather.htm " width="180" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

调用代码三

 代码如下 复制代码

<iframe src="http://m.weather.com.cn/m/pn3/weather.htm " width="225" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

调用代码四

 代码如下 复制代码

<iframe src="http://m.weather.com.cn/m/pn4/weather.htm " width="160" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

调用代码五

 代码如下 复制代码

<iframe src="http://m.weather.com.cn/m/pn5/weather.htm " width="200" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

调用英文版的

 代码如下 复制代码

<iframe src="http://m.weather.com.cn/m/pn10/weather.htm " width="260" height="100" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

调用代码七

 代码如下 复制代码

<iframe src="http://m.weather.com.cn/m/pn11/weather.htm " width="490" height="50" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

调用代码八

 代码如下 复制代码

<iframe src="http://m.weather.com.cn/m/pn12/weather.htm " width="245" height="110" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

好了就介绍这些了,如果有想把市名取消只要天气预报怎么处理呢,

我们只要给iframe增加样式就可以了

 代码如下 复制代码
style="margin-left:-48px;_margin-left:-45px; float:left; display:inline;"

代码如下

<iframe src="http://m.weather.com.cn/m/pn4/weather.htm " width="160" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" style="margin-left:-48px;_margin-left:-45px; float:left; display:inline;"></iframe>

在线预览效果如

javascript/42152.htm">http://www.111cn.net/js_a/javascript/42152.htm

时间: 2024-10-25 12:13:14

多种天气预报调用代码分享的相关文章

调用QQ天气预报功能代码

调用QQ天气预报功能代码 var MiniSite = new Object(); MiniSite.Browser = {  ie: /msie/.test(window.navigator.userAgent.toLowerCase()),  moz: /gecko/.test(window.navigator.userAgent.toLowerCase()),  opera: /opera/.test(window.navigator.userAgent.toLowerCase()) };

日历调用代码(多种效果)flash版_常用工具

选择样式一:frame调用代码:<iframe src="http://www.5blogs.com/rss/caltt.asp?id=3" scrolling="no" width="183px" height="202px" frameborder="0"></iframe>script调用代码:<script src="http://www.5blogs.com

手机开发必备技巧:javascript及CSS功能代码分享

这篇文章主要介绍了手机开发必备技巧:javascript及CSS功能代码分享,本文讲解了viewport(可视区域)操作.链接操作.javascript事件等内容,需要的朋友可以参考下     1. viewport: 也就是可视区域.对于桌面浏览器,我们都很清楚viewport是什么,就是出去了所有工具栏.状态栏.滚动条等等之后用于看网页的区域, 这是真正有效的区域.由于移动设备屏幕宽度不同于传统web,因此我们需要改变viewport; 实际上我们可以操作的属性有4 个:  代码如下: wi

基于JAVA每月运势api调用代码实例_java

本文实例为大家分享了JAVA每月运势api调用代码,供大家参考,具体内容如下 import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.

jQuery Ajax 异步加载显示等待效果代码分享_jquery

AJAX 全称 Asynchronous JavaScript and XML(异步的 JavaScript 和 XML).它并非一种新的技术,而是以下几种原有技术的结合体. 1) 使用CSS和XHTML来表示. 2) 使用DOM模型来交互和动态显示. 3) 使用XMLHttpRequest来和服务器进行异步通信. 4) 使用javascript来绑定和调用. 通过AJAX异步技术,可以在客户端脚本与web服务器交互数据的过程中使用XMLHttpRequest对象来完成HTTP请求(Reques

BootStrap轻松实现微信页面开发代码分享_jquery

1.  行长度: <div class="col-md-12"> </div> 2.modal <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <

jQuery 动画效果代码分享_java

一.显示.隐藏  jQuery 中显示方法为:.show(),隐藏方法为:.hide().在无参数的时候,只是硬性的显示内容和隐藏内容. $('.show').click(function(){ //设置个触发事件 $('#box').show(); //显示 }); $('.hide').click(function(){ //设置个触发事件 $('#box').hide(); //隐藏 }); 在.show()和.hide()方法可以传递一个参数,这个参数以毫秒(1000 毫秒等于 1 秒钟

手机端转盘抽奖代码分享_javascript技巧

演示效果如下: 不废话了,直接给大家贴代码了. html部分 <div class="turntableWap top10"> <table border="0" cellspacing="0"> <tr> <td tag="0"><img src="../images/4.png" alt="4元"></td> &

C#无限栏目分级程序代码分享 好东西第1/3页_C#教程

数据库表的结构必须有以下字段:  screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" border=0>各个字段的说明:screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; th