<%@ Language=VBScript %>
<HTML><BODY>
<% 'wuf8.
asp Response.Write "運行ASP文件的路徑: " &_
Request.ServerVariables("Script_Name") & "<Br>"
Response.Write "返回content的數據長度: " &_
Request.ServerVariables("Content_Length") & "<Br>"
Response.Write "返回客戶的IP地址: " &_
Request.ServerVariables("Remote_Addr") & "<Br>"
Response.Write "瀏覽器名: " &_
Request.ServerVariables("HTTP_USER_AGENT") & "<Br>"
Response.Write "返回主頁實際物理路徑: " &_
Request.ServerVariables("APPL_PHYSICAL_PATH") & "<Br>"
%>
<table colspan=8 cellpadding=5 border=0>
<tr>
<td align=CENTER bgcolor="#800000" width="109"> <font style="ARIAL NARROW" color="#ffffff" size="2">環境變量名</font></td>
<td align=CENTER width=459 bgcolor="#800000"> <font style="ARIAL NARROW" color="#ffffff" size="2">內容</font></td>
</tr>
<tr>
<td bgcolor="f7efde" align=CENTER> <font style="ARIAL NARROW" size="2">
result1
</font></td>
<td bgcolor="f7efde" align=CENTER> <font style="ARIAL NARROW" size="2">
result2
</font></td></tr>
</table>
</BODY></HTML>