?? weather.js
字號:
function chkdiv(divid){
var chkid=document.getElementById(divid);
if(chkid != null){return true; }
else {return false; }
}
function page_to(theForm,city)
{
//if(city==""){city = 0574;}
document.getElementById('weather').innerHTML="<div class=dt_c>loading...</div>";
//document.getElementById('weather').innerHTML=theForm;
try {DataLoad.src = "http://pc.cnool.net/weather/show_weather_cnool_home.asp?city="+city+"&date_="+theForm+"&bg_border=CCCCCC&bg_color=FFFFFF&width=220&text_move=yes&time="+Date();
}
catch(e) {return false;}
return (false);
}
function page_to2(theForm2)
{
//if(city==""){city = 0574;}
document.getElementById('weather').innerHTML="<div class=dt_c>loading...</div>";
//document.getElementById('weather').innerHTML=theForm;
try {DataLoad.src = "http://pc.cnool.net/weather/show_weather_cnool_home.asp?city=&date_="+theForm2+"&bg_border=CCCCCC&bg_color=FFFFFF&width=220&text_move=yes&time="+Date();
}
catch(e) {return false;}
return (false);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -