7款嵌入网页的天气预报代码

无人久伴 提交于 2019-11-28 02:39:59

有的需要先取得访问者所在城市信息的! 

天气预报代码1

<iframe width="150" height="240" frameborder="0" scrolling="no" 

src='http://appnews.qq.com/cgi-bin/news_qq_search?city=上海'></iframe>


天气预报代码2

<iframe src="http://weather.265.com/weather.htm" width="168" 

height="54" frameborder="no" border="0" marginwidth="0" marginheight="0" 

scrolling="no"></iframe>


天气预报代码3

<iframe ID='ifm2' width='189' height='190' align='center' marginwidth='0' 

marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no' 

src='http://weather.qq.com/inc/ss258.htm'></iframe>


天气预报代码4

<IFRAME ID='ifm2' width='260' height='70' align='center' marginwidth='0' 

marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no' 

src="http://news.sina.com.cn/iframe/weather/130101.html"></iframe>


天气预报代码5

<iframe width="469" height="218" border="0" align="center" marginwidth="0" 

marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" 

src="http://appnews.qq.com/cgi-bin/news_weather_search?city=福州" 

allowTransparency="true"></iframe>


天气预报代码6

<iframe ID='ifm1' width='405' height='332' align='center' marginwidth='0' 

marginheight='0' hspace='0' vspace='0' FRAMEBORDER='0' scrolling='no' 

src="http://weather.qq.com/24.htm"></iframe>


天气预报代码7

<iframe width="145" height="130" border="0" align="center" marginwidth="0" 

marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" 

src="http://minisite.qq.com/Weather/news_new.html" allowTransparency="true"></iframe>


 

转载于:https://www.cnblogs.com/JoinZhang/archive/2010/08/09/1795470.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!