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:
Post a Comment