close

<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=big5">
<title>Untitled Document</title>
<script language="javascript">
function include(sUrl) {
var xmlhttp = false;
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
xmlhttp.open("GET", sUrl,true);
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4) {
mytext.innerHTML = xmlhttp.responseText;
}
}
xmlhttp.send(null)
}
</script>
</head>

<body>
<input name="gettext" type="button" value="取回文字" onClick="javascript :include('http://www.site.com/debug.txt')">
<div id="mytext" name="mytext"></div>
</body>
</html>

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 11 的頭像
    11

    冠霖的部落格

    11 發表在 痞客邦 留言(0) 人氣()