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)
---
Bernard Marx
6:05 pm on Jul 15, 2004 (gmt 0)
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)
Oh, i'm really idiot! I found my error. Anyway, thank you very much for such useful link!