--- googlecode.com/svn/trunk/public_html/meteor.js 2007/06/25 10:37:57 26 +++ googlecode.com/svn/trunk/public_html/meteor.js 2007/08/01 17:38:00 27 @@ -156,7 +156,9 @@ } Meteor.prototype.createIframe = function(url) { - if (document.all) { + delete this.transferDoc; + if (document.all) try { this.transferDoc = new ActiveXObject("htmlfile") } catch(ex) { this.transferDoc = null } + if (document.all && this.transferDoc) { this.transferDoc = new ActiveXObject("htmlfile"); this.transferDoc.open(); this.transferDoc.write("");