Forum Moderators: open

Message Too Old, No Replies

Does Firebird 0.7 support innerHTML property?

What special should i do?

         

GreenLeaf

5:43 pm on Jul 15, 2004 (gmt 0)

10+ Year Member



Does Firebird 0.7 support innerHTML property? I try to write to a div with innerHTML, it works in IE5+, NN6+, Opera 7.11+, Mozilla 1.4 but not in Firebird 0.7!
May be there is some trick here?
Thanks in advance.

Bernard Marx

6:00 pm on Jul 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



---

Bernard Marx

6:05 pm on Jul 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



t does seem odd that it doesn't support innerHTML (but it not part of W3C standards). If the problem doesn't really lie somewhere else, then you could use the emulation prototype method given at WebFX [webfx.eae.net].

GreenLeaf

11:19 pm on Jul 15, 2004 (gmt 0)

10+ Year Member



Oh, i'm really idiot! I found my error.
Anyway, thank you very much for such useful link!