Given that I need to be able to add a TYPE attribute when I'm using
createElement and it seems to fail in both IE and FF (but not MZ) is it
'safer' to use innerHTML instead?
I can dynamically build the things I need to but I wondering if it will
introduce some new problems that won't surface till I get to testing.
Andrew Poulos
createElement and it seems to fail in both IE and FF (but not MZ) is it
'safer' to use innerHTML instead?
I can dynamically build the things I need to but I wondering if it will
introduce some new problems that won't surface till I get to testing.
Andrew Poulos
Comment