Ok, I am at my witts end. I am receiving an error on one of my pages. It is REALLY strange, as the portion of the page that the error references is actually inserted using SSI. Other pages with the same SSI do not generate this error.
The error is:
The line being referenced (39) is as follows: (Sorry, upfront, for the horrible wrapping and such... it is generated via ASP.)
To muddy the waters even more, when I refresh the page, the error is not displayed.
HELP!!!!!
-Brian-
I'm not an actor, but I play one on TV.
The error is:
Code:
Line: 39
Char: 32
Error: Expected end of statement
Code: 0
Url: [URL unfurl="true"]http://servername/bulletins-addition.asp[/URL]
The line being referenced (39) is as follows: (Sorry, upfront, for the horrible wrapping and such... it is generated via ASP.)
Code:
<a class='menuitem' onmouseover='style.backgroundColor="#264B88", style.color="#FFFFFF"' onmouseout='style.backgroundColor="#FFFFFF", style.color="#264B88"' title='PRAPAS - Performance Evaluations' href='[URL unfurl="true"]https://www.prapashr.com/default.asp'[/URL] onclick='window.open(this.href,"newein"); return false;' onkeypress='window.open(this.href,"newein"); return false;'>Evaluations</a>
To muddy the waters even more, when I refresh the page, the error is not displayed.
HELP!!!!!
-Brian-
I'm not an actor, but I play one on TV.