=0;i--) { if(saveids[i]==fid && hasid) continue; else { if(saveids[i]==fid && !hasid) hasid = true; saveid += (saveid=='' ? saveids[i] : ','+saveids[i]); j++; if(j==10 && hasid) break; if(j==9 && !hasid) break; } } if(hasid) { alert('您刚才已表决过了喔!'); return false;} else saveid += ','+fid; SetCookie('badgoodid',saveid,1); } else { SetCookie('badgoodid',fid,1); } myajax = new DedeAjax(taget_obj,false,false,'','',''); myajax.SendGet2("https://www.45its.com/plus/feedback.php?aid="+fid+"&action="+ftype+"&fid="+fid); } function postDigg(ftype,aid) { var taget_obj = document.getElementById('newdigg'); var saveid = GetCookie('diggid'); if(saveid != null) { var saveids = saveid.split(','); var hasid = false; saveid = ''; j = 1; for(i=saveids.length-1;i>=0;i--) { if(saveids[i]==aid && hasid) continue; else { if(saveids[i]==aid && !hasid) hasid = true; saveid += (saveid=='' ? saveids[i] : ','+saveids[i]); j++; if(j==20 && hasid) break; if(j==19 && !hasid) break; } } if(hasid) { alert("您已经顶过该帖,请不要重复顶帖 !"); return; } else saveid += ','+aid; SetCookie('diggid',saveid,1); } else { SetCookie('diggid',aid,1); } myajax = new DedeAjax(taget_obj,false,false,'','',''); var url = "https://www.45its.com/plus/digg_ajax.php?action="+ftype+"&id="+aid; myajax.SendGet2(url); } function getDigg(aid) { var taget_obj = document.getElementById('newdigg'); myajax = new DedeAjax(taget_obj,false,false,'','',''); myajax.SendGet2("https://www.45its.com/plus/digg_ajax.php?id="+aid); DedeXHTTP = null; } -->
45IT.COM- 电脑学习从此开始!
DIY硬件教程攒机经验装机配置
设计Photoshop网页设计特效
系统注册表DOS系统命令其它
存储主板显卡外设键鼠内存
维修显卡CPU内存打印机
WinXPVistaWin7unix/linux
CPU光驱电源/散热显示器其它
修技主板硬盘键鼠显示器光驱
办公ExcelWordPowerPointWPS
编程数据库CSS脚本PHP
网络局域网QQ服务器
软件网络系统图像安全
页面导航: 首页 > 设计学院 > 网络编程 > ASP教程 >

分享常用7款天气预报代码iframe嵌入网页方式

电脑软硬件应用网 45IT.COM 时间:2010-08-10 13:41 作者:网络收集

如果在网站上加入天气预报功能,你找不到更好的天气预报代码,可以看下本站和大家分享的7款天气预报代码iframe嵌入网页方式。
天气预报代码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>

顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
无法在这个位置找到: baidushare.htm
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
验证码:点击我更换图片
你可能感兴趣的文章
推荐知识