Introduction - If you have any usage issues, please Google them yourself
ajax for google complete
function getData(va)
{
if(va!="")
var url= Default2.aspx?k= +escape(va)
obj=CreateAJAX()
if(obj)
{
obj.onreadystatechange=handlejs
obj.open( get ,url,true)
obj.send(null)
}
else
alert("cread AJAX erro!")
}
}