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
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