> I can't > test it right now (I'm currently updating my Windows virtual > machine), but maybe you have to use this: > > imgElement.setAttribute("id", theId) > > instead of this: > > imgElement.id = theId
I use the setAttribute form. Logging the text before and after transformation gives this in IE: 011547 DEBUG: abling.fragment.handlers.CMessage[1343]: <p><img width="335" height="227" src="../../../user/data/_a030100000%5EU_f%40_000.png" alt=""/></p><p><img width="300" height="203" src="../../../user/data/_a030100000%5EU_f%40_001.png" alt=""/></p>011579 DEBUG: abling.fragment.handlers.CMessage[1343]: <P><IMG id=ablingpreload0 height=28 alt="" src="../../../images/sys/loader.gif" width=28></P> <P> <IMG id=ablingpreload1 height=28 alt="" src="../../../images/sys/loader.gif" width=28></P> Which is rather strange - why aren't there quotes around the id? Hugh ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel