//同步傳輸模式
//同步傳輸模式,nCountrytemp)
{
var xmlhttp
if (window.XMLHttpRequest) //isIE = false;
xmlhttp = new XMLHttpRequest(); = new XMLHttpRequest(); = }
else if (window.ActiveXObject)
{
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}
}
/ /Web page location.
var URL="http://www.jb51.net/;
xmlhttp.open("GET",URL, false); -類型","text/html; charset=Shift_JIS")
xmlhttp.send(null);
var result = xmlhttp.status; =200)
{
document.getElementById("div_RightBarBody").innerHTML=xmlhttp.response..
}
/ /非同步傳輸模式
var xmlhttp
function RequestByGet(nProducttemp,nCountrytemp)
{
//isIE = false;
xmlhttp = new XMLHttpRequest();
}
//isIE = true;
xmlhttp );
}
//Web page location.
var URL="http://www.jb51.net/"; ;
xmlhttp.onreadystatechange = handleResponse;
//xmlhttp.SetRequestHeader("Content-Type","text/html ); > }
function handleResponse()
{
if(xmlhttp.readyState == 4 && xml document.getElementById("div_RightBarBody"). innerHTML=xmlhttp.responseText;
xmlhttp = null;
}
}