WEB(html)天气预报插件代码——通过iframe控件调用实现

 

天气预报调用网址(可定制):http://www.tianqi.com/plugin/

 

——————————————————————————————————————图 1——————————————————————————————————————————
<div style="margin: 5px">
<iframe scrolling="no" frameborder="0" allowtransparency="true" src="http://i.tianqi.com/index.php?c=code&id=34&icon=1&num=3"></iframe>
</div>
——————————————————————————————————————图 2——————————————————————————————————————————
<div style="margin: 5px">
<iframe frameborder="0" allowtransparency="true" src="http://i.tianqi.com/index.php?c=code&id=36&icon=5&num=1"></iframe>
</div>
——————————————————————————————————————图 3——————————————————————————————————————————
<div>
<iframe scrolling="no" src="https://tianqiapi.com/api.php?style=tw&skin=pitaya" frameborder="0" width="300" height="500" allowtransparency="true"></iframe>
</div>
——————————————————————————————————————图 4——————————————————————————————————————————
<iframe name="weather_inc" 
	src="http://i.tianqi.com/index.php?c=code&id=7" 
	style="border:solid 1px #7ec8ea" 
	width="220" height="90" frameborder="0" 
	marginwidth="0" marginheight="0" scrolling="no">
</iframe>

_____________图1

____________图2

______图3

______________图4

补充:对于iframe控件,其为页面内独立窗口,可以对外部网页进行引用显示。

【可用于单窗口多页面显示。】

 

 

 

 

 

 

 


版权声明:本文为ling888666原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。