View Source
Go Back to /jang/books/asp/example/request/serverVariables.asp
<%@ language="jscript" %>
<%  title="¦C¥X Request.ServerVariables" %>
<!--#include file="../head.inc"-->
<hr>

<!--#include file="../listdict.inc"-->
<%  listdict(Request.ServerVariables, "Request.ServerVariables"); %>

<hr>
<!--#include file="../foot.inc"-->