<%@ page language="java" pageEncoding="UTF- 8"%>
<頭>
<スクリプト>
関数load(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=obj.weatherinfo.city ":" obj.weatherinfo.weather1 " " obj.weatherinfo.temp1;
}
天气情况