XML HTTP 请求
时间:2007-04-11 来源:weiwei6659
<html>
<head>
</head>
<body onload="getPage()">
<h2>Using the HttpRequest Object</h2>
<p>
<b>status:</b>
<span ID="A1"></span>
</p>
<p>
<b>status text:</b>
<span ID="A2"></span>
</p>
<p>
<b>response:</b>
<br><span ID="A3"></span>
</p>
</body>
</html>
VB版:
<html>
<head>
</head>
<body onload="getPage()">
<h2>Using the HttpRequest Object</h2>
<p>
<b>status:</b>
<span ID="a1"></span>
</p>
<p>
<b>status text:</b>
<span ID="a2"></span>
</p>
<p>
<b>response:</b>
<br /><span ID="a3"></span>
</p>
</body>
</html>
<head>
</head>
<body onload="getPage()">
<h2>Using the HttpRequest Object</h2>
<p>
<b>status:</b>
<span ID="A1"></span>
</p>
<p>
<b>status text:</b>
<span ID="A2"></span>
</p>
<p>
<b>response:</b>
<br><span ID="A3"></span>
</p>
</body>
</html>
VB版:
<html>
<head>
</head>
<body onload="getPage()">
<h2>Using the HttpRequest Object</h2>
<p>
<b>status:</b>
<span ID="a1"></span>
</p>
<p>
<b>status text:</b>
<span ID="a2"></span>
</p>
<p>
<b>response:</b>
<br /><span ID="a3"></span>
</p>
</body>
</html>
相关阅读 更多 +