File: D:/web/itpartnership/browsertest/index.asp
<%Option Explicit%>
<!--#include file="apputils.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Browser Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%If Request("postform") = "" Then%>
<FORM ACTION="index.asp" METHOD=POST>
Please press the submit button below<br><br>
<input type="submit" value="Submit" name="submit">
<input type="hidden" name="postform" value="yes">
</form>
<%
Else
WebDebugLog "ITP Browser Test"
Response.Write(strWebLog)
End If
%>
</body>
</html>