I am trying to use document.all and the tagName property of HTML
elements in PIE to create a workaround for the missing
getElementsByTagName() method. Despite Microsoft's claim that it's
available:
http://msdn2.microsoft.com/en-us/library/aa455224.aspx
tagName is always blank or missing.
In case the way I populate the page is significant: I have written
web applications that render pages by transforming various bits of an
XML document using XSLT. My methods work on desktop IE and mozilla
browsers, but I am also trying to make it work on my pocket pc phone
to see if it's possible. Basically, I'm trying to find a lowest
common feature set I can use to develop so-called AJAX pages for these
three platforms.
Please let me know if anyone has been able to access the tagName
property, or if this is a known bug, or anything else with which you
can enlighten me.
Thanks
Chuck Jungmann