Re: wrongly report error

On Fri, 13 Jan 2006, Lucian Baiu wrote:

> Inline frames written with javascript are reported as error (547)
> 
> Example:
> 
> <script type="text/javascript">
>  
>  if (fsbrowser.msie)
>   document.write('<iframe scrolling="no" frameborder="0"></iframe>');
> 
> </script>
> 
> Line 547 column 408: end tag for element "IFRAME" which is not open.

See <http://www.htmlhelp.com/tools/validator/problems.html#script>.

-- 
Liam Quinn

Received on Saturday, 14 January 2006 03:52:52 UTC