ChronoForms writes two javascript files in the form page. One is "var ChronoTips = new Class" and the other is "Element.extend." Is there anyway to make the javascript external so the html will W3C validate? thanks.
Forums
markup validation html
Hi gregs,
It is possible. I'm not sure when Max aill implement it though. I have a version for RC4.11 that worked OK but havent' yet updated it for RC5.0.
Bob
It's possible that RC5.1 goes one step further.
It is possible. I'm not sure when Max aill implement it though. I have a version for RC4.11 that worked OK but havent' yet updated it for RC5.0.
Bob
It's possible that RC5.1 goes one step further.
Hi gregs,
what about the validation code which is inside the header too ? it doesn't break the w3c validation ?
Regards
MAx
what about the validation code which is inside the header too ? it doesn't break the w3c validation ?
Regards
MAx
Hi Max,
Code (script or css or links to script or css files) between the <head>. . .</head> tags is OK; code between the <body> . . .</body> tags fails W3C validation (but usually works OK in a browser).
Bob
Code (script or css or links to script or css files) between the <head>. . .</head> tags is OK; code between the <body> . . .</body> tags fails W3C validation (but usually works OK in a browser).
Bob
Hi Bob,
Thanks!🙂 I think this is already fixed in Rc5.1 then!
Regards,
Max
Thanks!🙂 I think this is already fixed in Rc5.1 then!
Regards,
Max
Hi gregs,
If you want it then please contact me through the Contact us page!
Regards
Max
If you want it then please contact me through the Contact us page!
Regards
Max
Thank you, think I'll wait until you release the next version, its working ok in browsers.
And also the javascript ChronoTips thats put in the <head> does not validate either. Is there something I can do about that? I'm not even using the "Tips" on 2 forms. It would be nice to get rid of scripts when not in use.
And also the javascript ChronoTips thats put in the <head> does not validate either. Is there something I can do about that? I'm not even using the "Tips" on 2 forms. It would be nice to get rid of scripts when not in use.
Hi gregs,
I will check that and fix in the next release!
Regards,
Max
I will check that and fix in the next release!
Regards,
Max
This topic is locked and no more replies can be posted.