/[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 29 by andrew.betts, Wed Oct 10 22:18:30 2007 UTC revision 30 by andrew.betts, Wed Oct 10 22:24:32 2007 UTC
# Line 166  Meteor.prototype.createIframe = function Line 166  Meteor.prototype.createIframe = function
166          delete this.transferDoc;          delete this.transferDoc;
167          if (document.all) try { this.transferDoc = new ActiveXObject("htmlfile") } catch(ex) { this.transferDoc = null }          if (document.all) try { this.transferDoc = new ActiveXObject("htmlfile") } catch(ex) { this.transferDoc = null }
168          if (document.all && this.transferDoc) {          if (document.all && this.transferDoc) {
                 this.transferDoc = new ActiveXObject("htmlfile");  
169                  this.transferDoc.open();                  this.transferDoc.open();
170                  this.transferDoc.write("<html>");                  this.transferDoc.write("<html>");
171                  this.transferDoc.write("<script>document.domain=\""+(document.domain)+"\";</"+"script>");                  this.transferDoc.write("<script>document.domain=\""+(document.domain)+"\";</"+"script>");

Legend:
Removed from v.29  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.26