HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
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>