Tuesday, March 17, 2009

AJAX- Some tags (TABLE,TR,TD) will be readonly in IE


Internet Explorer won't allow to assign innerHTML value for some HTML tags (TABLE,TR,TD). InnerHTML property will be readonly for these tags in IE.

As a workaround for handing this issue we can put div tag for updating values using AJAX in IE. InnerHTML for div tag is writable in IE.
More Articles...

No comments:

Search This Blog