Hi Hugh,

Am 20.03.2008 um 20:02 schrieb Hugh Gibson:
> The problem I've hit now is finding the img node in the document for
> putting the proper src entry back in place. document.getElementById  
> works
> in FF but fails to find anything in IE. The IE-specific function
> selectSingleNode only exists for the nodes of XML documents.

Maybe there's something wrong with how the ids are assigned? 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

If this doesn't help, I can perform some more tests later tonight.

Regards,

   Andreas


-------------------------------------------------------------------------
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

Reply via email to