/[meteor]/googlecode.com/svn/trunk/public_html/meteor.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/public_html/meteor.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by andrew.betts, Mon Jun 25 10:37:57 2007 UTC revision 27 by andrew.betts, Wed Aug 1 17:38:00 2007 UTC
# Line 156  Meteor.prototype.updateSubsUrl = functio Line 156  Meteor.prototype.updateSubsUrl = functio
156  }  }
157    
158  Meteor.prototype.createIframe = function(url) {  Meteor.prototype.createIframe = function(url) {
159          if (document.all) {          delete this.transferDoc;
160            if (document.all) try { this.transferDoc = new ActiveXObject("htmlfile") } catch(ex) { this.transferDoc = null }
161            if (document.all && this.transferDoc) {
162                  this.transferDoc = new ActiveXObject("htmlfile");                  this.transferDoc = new ActiveXObject("htmlfile");
163                  this.transferDoc.open();                  this.transferDoc.open();
164                  this.transferDoc.write("<html>");                  this.transferDoc.write("<html>");

Legend:
Removed from v.26  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC 1.1.26