I am trying to add an ajax response to a div (it\'s HTML code with tables, forms, etc).
In FF innerHTML works perfectly, but in IE it gives me an unkno
innerHTML
Just use jQuery and forget about all the horrible cross browser problems - you won't go back!