David Mark wrote:
On Nov 4, 2:48 pm, Ross <ab...@fgh.ijkw rote:
You could also create the form using document.create Element and add it
to the DOM with appendChild. Unfortunately, IE makes this method more
difficult than it should be.
to the DOM with appendChild. Unfortunately, IE makes this method more
difficult than it should be.
That is the method I went with. I stuck a <div id="makeitHere" </div>
into my HTML doc, then was able to find that in the javascript and use
the appendChild to stick that text area in there precisely where I
wanted it. Works great.
Now I have a flag I can set to say whether I am on FF with firebug
loaded, in which case all my debug messages go to that console. When in
another browser without firefox & a console, the flag is set
differently and the textarea pops up and all my error messages go into
that textarea.
I don't use IE at all, so any extra complexities from those
troublemakers aren't an issue ;-)
Ross.
Leave a comment: