Alessandro Sala schrieb: > Hi Sebastian, > >> Another idea of mine is to replace the document.write things with string >> concats and innerHTML. In my opinion innerHTML keeps working - even in >> XHTML documents. >> >> If this should work, this is in my opinion the easier way to get a cross >> browser XHTML compatible solution. >> >> Can you test this? > It's a good idea, and probably it will work: I'll make some test, but if > I remember the innerHTML property > is not part of the DOM specification, so I'm not sure using it is a > much better habit than using document.write().
Yes, it is not part of the specifications. But it is support by every modern browser I think. It is a bad habit - sure - but if it works, it would be the simplest solution. Sebastian > > Alessandro > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
