| Author |
Validate our MCMS site with The W3C Markup Validation Service
|
|
| Jakobsgaard 2007-01-10, 1:15 pm |
| We would like to validate our MCMS site with The W3C Markup Validation
Service http://validator.w3.org/
There is some HTML code generated by MCMS console which is not valid.
(<SCRIPT should be lowercased).
Could anyone recommend a solution for this?
<!-- Generated by Microsoft.ContentManagement.WebControls.Console to reset
form.action -->
<SCRIPT type="text/javascript">
<!--
var __CMS_PostbackFormBeenReset = false;
--
Ejnar Jakobsgaard
Bridgeconsulting
| |
| Spencer Harbar [MVP] 2007-01-10, 1:15 pm |
| you could implement a httpmodule in asp.net to rewrite the invalid tag.
hth
Spence
www.mcmsfaq.com
"Jakobsgaard" <Jakobsgaard@discussions.microsoft.com> wrote in message
news:A51E21B5-9C16-406D-9035-7113B098A1CF@microsoft.com...
> We would like to validate our MCMS site with The W3C Markup Validation
> Service http://validator.w3.org/
> There is some HTML code generated by MCMS console which is not valid.
> (<SCRIPT should be lowercased).
>
> Could anyone recommend a solution for this?
>
> <!-- Generated by Microsoft.ContentManagement.WebControls.Console to reset
> form.action -->
> <SCRIPT type="text/javascript">
> <!--
> var __CMS_PostbackFormBeenReset = false;
> --
> Ejnar Jakobsgaard
> Bridgeconsulting
| |
| Stephen Cassels 2007-05-14, 7:21 am |
| Or, you could just hide the console if you are on a production server and
this will hide the invalid script.
--
Stephen
"Jakobsgaard" wrote:
> We would like to validate our MCMS site with The W3C Markup Validation
> Service http://validator.w3.org/
> There is some HTML code generated by MCMS console which is not valid.
> (<SCRIPT should be lowercased).
>
> Could anyone recommend a solution for this?
>
> <!-- Generated by Microsoft.ContentManagement.WebControls.Console to reset
> form.action -->
> <SCRIPT type="text/javascript">
> <!--
> var __CMS_PostbackFormBeenReset = false;
> --
> Ejnar Jakobsgaard
> Bridgeconsulting
|
|
|
|