On 2006-06-22, at 22:54 EDT, Henry Minsky wrote:
> http://www-128.ibm.com/developerworks/web/library/wa-ie2mozgd/
I'm pretty sure the preferred solution to an embedded script tag is not:
> document.write("<script>alert("Hello")</" + "script>")
as he suggests, but is to escape the slash in the closing tag:
> document.write("<script>alert("Hello")<\/script>")
This comment:
> Note that due to these quirks, pages will render slower than if
> they were fully standards-compliant.
adds weight to my campaign for all our pages to be standards-compliant.
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev