/[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 27 by andrew.betts, Wed Aug 1 17:38:00 2007 UTC revision 28 by andrew.betts, Thu Aug 2 09:29:07 2007 UTC
# Line 159  Meteor.prototype.createIframe = function Line 159  Meteor.prototype.createIframe = function
159          delete this.transferDoc;          delete this.transferDoc;
160          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 }
161          if (document.all && this.transferDoc) {          if (document.all && this.transferDoc) {
                 this.transferDoc = new ActiveXObject("htmlfile");  
162                  this.transferDoc.open();                  this.transferDoc.open();
163                  this.transferDoc.write("<html>");                  this.transferDoc.write("<html>");
164                  this.transferDoc.write("<script>document.domain=\""+(document.domain)+"\";</"+"script>");                  this.transferDoc.write("<script>document.domain=\""+(document.domain)+"\";</"+"script>");

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

  ViewVC Help
Powered by ViewVC 1.1.26