POV-Ray : Newsgroups : povray.off-topic : More web madness : More web madness Server Time
3 Sep 2024 19:12:15 EDT (-0400)
  More web madness  
From: Invisible
Date: 22 Sep 2010 06:40:10
Message: <4c99dd0a$1@news.povray.org>
Take a small page, such as

<html>
<body>

<script type="text/javascript">
document.write("Hello world");
</script.

</body>
</html>

This works fine in Firefox, although it renders in quirks mode. (As 
you'd expect.) Now slap an XHTML DTD onto it, and suddenly it completely 
stops working. Instead, if I open the "error console", I get

   Error: uncaught exception: [Exception... "Operation is not supported" 
  code: "9" nsresult: "0x80530009 (NS_ERROR_DOM_NOT_SUPPORTED_ERR)" 
location: "file:///C:/Test1.xhtml Line: 7"]

WTF?

Yeah, that's real helpful. :-P


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.