simonhume
2009-03-24 09:33:35 UTC
Hi folks,
We've just had our servers upgraded to Coldfusion 8, from stone age CF6, and
we're mightly impressed.
The problem we're facing though, is some code that gets inserted inside the
<head> tags of our HTML pages, which causes the W3C validation to fail.
It references the loading.gif wheel for the ajax content to load.
I work in Local Government, and we get heavily checked on code quality.
The page in question is this:
http://www.stratford.gov.uk/labs/news/
The tools work fine, it's just this that gets posted in the <head> tags:
<script type="text/javascript">_cf_loadingtexthtml="<img alt=' '
src='/cfajaxscripts/scripts/ajax/resources/cf/images/loading.gif'/>";
_cf_contextpath="";
_cf_ajaxscriptsrc="/cfajaxscripts/scripts/ajax";
_cf_jsonprefix='//';
</script>
Any help on fixing this issue would be great, we've tried everything!
Simon
We've just had our servers upgraded to Coldfusion 8, from stone age CF6, and
we're mightly impressed.
The problem we're facing though, is some code that gets inserted inside the
<head> tags of our HTML pages, which causes the W3C validation to fail.
It references the loading.gif wheel for the ajax content to load.
I work in Local Government, and we get heavily checked on code quality.
The page in question is this:
http://www.stratford.gov.uk/labs/news/
The tools work fine, it's just this that gets posted in the <head> tags:
<script type="text/javascript">_cf_loadingtexthtml="<img alt=' '
src='/cfajaxscripts/scripts/ajax/resources/cf/images/loading.gif'/>";
_cf_contextpath="";
_cf_ajaxscriptsrc="/cfajaxscripts/scripts/ajax";
_cf_jsonprefix='//';
</script>
Any help on fixing this issue would be great, we've tried everything!
Simon