File: D:/web/circ.itp/getpassword.asp
<html>
<head>
<title>Website Login</title>
</head>
<body>
<form name="login" action="products.asp" method="post">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><Strong>This website is temporarily down for testing purposes.<br>
We apologise for any inconvenience. Please try again later.<br>
<br>
To test, please enter the password.</Strong></td>
<tr>
</table>
<table>
</tr>
<td nowrap>Password: </td>
<td><input type="password" name="password" size="15"></td>
<td> <input type="submit" name="cmd" value="Enter"></td>
</tr>
</table>
</form>
</body>
</html>