Skip to main content
Participant
November 29, 2006
Question

Just in time compilation error, expression error

  • November 29, 2006
  • 1 reply
  • 286 views
Hi, I have a Coldfusion Just in time compilation error.

Invalid parser construct found on line 237 at position 131. ColdFusion was looking at the following text:006600Invalid expression format.
The usual cause is an error in the expression structure.
The last successfully parsed CFML construct was a CFSET tag occupying document position (225:1) to (225:45).
The specific sequence of files included or processed is: e:\actlinksg\indexo_f01.cfm
Date/Time: 11/30/06 03:38:43
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.7
Remote Address: 210.24.98.220
HTTP Referer: http://www.actlink.com.sg/indexprp.cfm?school=Xinmin%20Primary&master=n Query String: school=Xinmin%20Primary&master=n&level=Pri%205EM1

The code is <!--mstheme--></font><table border="1" cellspacing="0" width="95%" bgcolor="##CCFFCC" cellpadding="0" bordercolordark="#006600" bordercolorlight="#66CC33">

I can't spot any mistake in this code.
This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
November 30, 2006
It might help to escape the # character in the other two colours, thus

bordercolordark="##006600" bordercolorlight="##66CC33"