document.writeln(''); document.writeln("
"); document.writeln(""); document.writeln("
"); document.writeln("

最近浏览线路

"); document.writeln("
"); document.writeln("
"); document.writeln("

 清除记录

"); document.writeln("
"); document.writeln(""); document.writeln(""); document.writeln("
"); function loadXMLDoc(ReUrlStr) { var xmlhttp; if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4) { if(xmlhttp.status==200) { //alert('清除成功!'); } else { alert('清除失败!原因:'+xmlhttp.statusText); } } } xmlhttp.open("POST",ReUrlStr,true); xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xmlhttp.send(); document.getElementById('history_list').innerHTML = ""; } document.getElementById('HotSearch').innerHTML='热门:  西冲  杨梅坑  温泉  阳朔  鼓浪屿  海南  香港  澳门';