Posts Tagged: internet explorer


3
Apr 08

Issues with Prototype’s Element.replace() in Internet Explorer

In older versions of Prototype, at least, Element.replace() handles HTML elements using their outerHtml property. This causes problems on Internet Explorer, because the outerHtml property is read-only for some elements:

The property is read/write for all objects except the following, for which it is read-only: CAPTION, COL, COLGROUP, FRAMESET, HTML, TBODY, TD, TFOOT, TH, THEAD, TR.

This issue seems to have been fixed already several months ago with a workaround.


25
Mar 06

IEWatch

I was reading on the structure of HTTP request packets when I came across the website for IEWatch, a Microsoft Internet Explorer plug-in that allows easier analysis of HTTP and HTTPS requests. Although it might be too much to have this running on a corrupt Windows system, I think it will be worth taking a look at.