--- googlecode.com/svn/trunk/public_html/meteor.js 2007/12/20 21:24:24 32 +++ googlecode.com/svn/trunk/public_html/meteor.js 2008/02/02 16:49:20 39 @@ -25,7 +25,7 @@ mode: "stream", pingtimeout: 20000, pingtimer: null, - pollfreq: 5000, + pollfreq: 3000, port: 80, polltimeout: 30000, recvtimes: [], @@ -91,8 +91,6 @@ disconnect: function() { if (Meteor.status) { - if (typeof(Meteor.frameref)=="iframe") Meteor.frameref.setAttribute("src", "about:blank"); - Meteor.frameref = null; clearTimeout(Meteor.pingtimer); clearTimeout(Meteor.updatepollfreqtimer); clearTimeout(Meteor.frameloadtimer); @@ -126,32 +124,35 @@ }, loadFrame: function(url) { - Meteor.frameref = null; try { - var transferDoc = new ActiveXObject("htmlfile"); - transferDoc.open(); - transferDoc.write("