search for: htmltablesectionelement

Displaying 1 result from an estimated 1 matches for "htmltablesectionelement".

2005 Sep 27
8
prototype.js
...es itself periodically using AJAX. we used the prototype.js to accomplish this (using the periodicalUpdater object). now the component works fine using firefox or opera, but NOT with IE. the problem is the following line of code: receiver.innerHTML = response; where receiver is of type: ''HTMLTableSectionElement'' (inheriting the innerHTML attribute from HTMLElement, which is a plain string) and response is of type string. the funny thing is: IE can read this attribute, but it cannot set it!!!! We were wondering if you ever used the periodicalUpdater and whether you experienced similar problems fo...