Talk:Migrate apps from Internet Explorer to Mozilla
From MDC
Doron: we'll have to figure out just which categories this article should be included in and add those at the bottom so it shows up in the correct locations. I've added one, but feel free to add whichever others you feel are appropriate. Thank you for adding this to Devmo :) -- dria 20:19, 7 September 2005 (PDT)
There is another issue regarding modal dialogs and the returnValue property of window in IE. Is there a way to achieve the same (returning values from modal dialogs) with Gecko? - Manu 20:00, 9 November 2005 (PST)
Found out after a bit of playing around that IE, doesn't accept=>
<?xml version="1.0" ?>
as part of the string parameter for the loadXML method of the Microsoft.XMLDOM object, as does DOMParser's parseFromString method.
This should be documented here, as it is an annoying difference to be unaware of.