I am getting this error when I load a page this page:
http://www.gtraxc.com/pages/results/results.asp
LineNumber 2
ErrorCode 800a03f6
Description Expected 'End'
Open in new window
The problem is that there seems to be nothing wrong anywhere near Line 2. These are the first three lines...:
<%@ Language=VBScript %>
<%
Option Explicit
Open in new window
I can't find any unterminated "If" statements. Any help would be much appreciated.