Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Message

Status
Not open for further replies.

AidenMc

Programmer
Sep 19, 2002
58
GB
Hi all,
new to coldfusion and am getting the below error

An expression that began on line 2589, column 99.
Your expression might be missing an ending "#" (it might look like #expr ).

on the following code

The error occurred in C:\Inetpub\ line 2589

2587 : <th width="120" bgcolor="#CCCCCC" scope="col"><span class="style7">__Customer_Part___</span></th>--->
2588 :
2589 : <th width="140" colspan="3" height="25" bgcolor="#CCCCCC" scope="col"><span class="style7">Part_Number</span></th>
2590 : <th width="200" colspan="4" bgcolor="#CCCCCC" scope="col"><span class="style7">Description</span></th>
2591 : <th width="60" colspan="1" bgcolor="#CCCCCC" scope="col"><span class="style7">Balance</span></th>


Does anyone have any suggestions
Thanks
 
Hi all,
You can disregard the above the issue was due to a missing closing tag
Regards,

Aiden
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top