Alessandro Sala schrieb: > Hi Sebastian, > >> >> it seems nobody else have better ideas about how to dynamically load >> scripts reliably in IE6 without using document.write(). >> >> If you don't have other objections then, I'm willing to commit my >> solution (insertion by DOM + XMLHttpRequest workaround for IE6), >> together with the previously mentioned changes to tagname handling for >> XHTML compatibility, so that it can undergo extensive testing by the >> community. > It seems I was too hasty. I made further testing and it appears that the > XMLHttpRequest workaround for IE isn't reliable too: reloading the > application > several times in a row, sometimes it fails with the same errors as > without XMLHttpRequest.
That's bad. Mhh. Another (working) solution would be great. > > I fear we will need to keep document.write() for IE for some time yet. Maybe we could generate just an array and support different loading implementation then. Currently it's a bit hard-coded to use document.write. We could generate an array and then just use one of the loading methods, also written to the qx.js. What do you think? Sebastian > > Cheers, > 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
