Microsoft VBScript compilation error '800a03f6'
Hello everyone,
I am getting this error recently in include file and there wasn't any code change.
Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/TestCenter/includes/TestFooter.inc, line 27.
Here is the script where there is no requirement for another "end if".
<p>
<div align="center">
<b><i>
Test
</i></b><br>
Test<% = Year(Date()) %>
</div>
<script LANGUAGE="javascript">
<!--
if (typeof(Pipe)=="object")
window.setInterval("Pipe.location.href='<%=TestApp %>blank.asp?BGCOLOR=%23990033';",900000);
//-->
</script>
<%
if IsTest() then
%>
<!--
Browser: <%= Request.ServerVariables("HTTP_USER_AGENT") %>
Logon User: <%= strLogonUser %>
UserType: <%= strUserType %>
Email: <%= strEmail %>
Buffer: <%= Response.Buffer %>
-->
<%
end if
' line 27
%>
</body>
</html>
Any help is really a big appreciation.
|