ReneS
Posts: 225
|
| Posted: 04/03/2006, 10:52 AM |
|
Hi,
After upgrading to 3.0.3.1 I get a warning when generating page. this is the warning: Generating "nl_editart"
Warning:An unclosed string constant. Ln: 75, Col: 107.
Looking at that 75 line the code is: if (document.forms["editorials"]) check_and_bind('document.forms["editorials"].Button_Cancel','onclick',page_editorials_Button_Cancel_OnClick);
Col: 107 is the 'onclick'
What could be the problem?
If anyone knows please advice.
Thanks,
Rene
|
 |
 |
mrachow
Posts: 509
|
| Posted: 04/04/2006, 2:19 AM |
|
I suppose the problem is in line(s) before.
_________________
Best regards,
Michael |
 |
 |
AaronJudd
Posts: 21
|
| Posted: 05/05/2006, 10:41 AM |
|
I was getting the same error, I had a comment :
var NNoffset=16; // really don't know why
when I removed the ' in the comment the error went away. Guess CCS doesn't understand all comment formats...
hope it helps.
-Aaron
_________________
WebApplica,Inc
http://www.webapplica.com
2004 CodeCharge Developers Award |
 |
 |
|