Now what to do in a situation in which the only thing that works in a specific browser is innerHTML?
Here's an illustration of what I mean. If you want to dynamically create a text/htm-object, you...
Type: Posts; User: molendijk; Keyword(s):
Now what to do in a situation in which the only thing that works in a specific browser is innerHTML?
Here's an illustration of what I mean. If you want to dynamically create a text/htm-object, you...
It's supported by almost all modern browsers now.
???
Right, that's it, thank you. The validators look at the HTML, not at the javascript.
===
Arie.
I was thinking of what they do on DD here.
As for innerHTML, are you saying that it's always invalid? Or just invalid-XHTML?
This, for instance, is valid HTML 4.01 strict, according to...
... meaning that we should not use responseText?
===
Arie.
Twey, nice; thanks!
And what about document.write? No problem with that?
===
Arie.