document.write(""); function getXMLR() { var xmlhttp,alerted try { xmlhttp=new ActiveXObject("Msxml2.XMLHTTP") } catch (e) { try { xmlhttp=new ActiveXObject("Microsoft.XMLHTTP") } catch (E) { //alert("请安装Microsofts XML parsers") } } if (!xmlhttp && !alerted) { try { xmlhttp = new XMLHttpRequest(); } catch (e) { //alert("你的浏览器不支持XMLHttpRequest对象,请升级"); }} return xmlhttp; } var xmlhttp = getXMLR(); function online(){ xmlhttp.open("GET", '/kefu/online_record.asp?ip='+ ip.value + '&inurl='+document.referrer+ '&url='+escape(document.location.href),true); xmlhttp.send(null); setTimeout("online()",5000); } online();