- From: Lucian Baiu <lucian@foxset.com>
- Date: Fri, 13 Jan 2006 13:35:36 -0500
- To: <www-validator@w3.org>
Hello,
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.
Received on Saturday, 14 January 2006 03:47:58 UTC