函數載入(cid)
{
var xmlhttp;
if (window.XMLHttpRequest)
{// IE7、Firefox、Chrome、Opera、Safari 的程式碼
xmlhttp=new XMLHttpRequest();
}
else
{// IE6、IE5 代碼
xmlhttp=new ActiveXObject ("Microsoft.XMLHTTP");
}
xmlhttp.open("GET","date.jsp?cid=" cid,false);
xmlhttp.send();
var obj = eval("(" xmlhttp.responseText ")");
//var obj=JSON.parse(xmlhttp.responseText); //IE8以上
document.getElementById("test").innerHTML=objj .weatherinfo.city ":" obj.weatherinfo.weather1 " " obj.weatherinfo.temp1;
}
腳本>
頭>
天氣狀況
;
身體>