You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

46 lines
1.1 KiB

<!-- $Id: illentry.htt,v 1.1.1.1 2004/01/09 09:22:10 jeffo Exp $ -->
<TITLE><%=TEST.desc%></TITLE>
<%=SYSTEM.INCLUDEJS global.js %>
<SCRIPT language="JavaScript">
<!--
function cancel_test() {
top.close();
}
-->
</SCRIPT>
</HEAD>
<BODY BACKGROUND="<%=SYSTEM.BACKGROUND%>" BGCOLOR="<%=SYSTEM.BGCOLOR%>"
TEXT="<%=SYSTEM.TEXT%>" LINK="<%=SYSTEM.LINK%>"
VLINK="<%=SYSTEM.VLINK%>" ALINK="<%=SYSTEM.ALINK%>">
<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0 width="100%">
<TR>
<td align="left">
<FONT SIZE=4>
&nbsp;<BR>
</FONT>
</td>
</TR>
<TR>
<td align="center">
<FONT COLOR="<%=SYSTEM.ERRORCOLOR%>">
You have reached this page by illegal navigation.
Your access attempt has been logged, the site administrator notified,
and your access route traced.<BR>
If you believe that you have reached this page in error,
call your assigning test administrator and report the condition
immediately.<BR>
&nbsp;<BR>
</FONT>
</td>
</TR>
<TR>
<td align="center">
<form onSubmit="cancel_test()">
<INPUT TYPE=SUBMIT VALUE="Log Out">
</form>
</td>
</TR>
</TABLE>
</BODY>
</HTML>