Produced by Araxis Merge on 12/4/2017 8:32:29 AM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | VCCM.zip\VCCM\CRM_solutions\FTPResources\FTPResources_3_35.zip\WebResources | ftp_FTPChartElementsElementsTestiFrameHTML142EBDD9-F74C-E611-943F-0050568D743D | Thu Nov 17 16:48:12 2016 UTC |
| 2 | VCCM.zip\VCCM\CRM_solutions\FTPResources\FTPResources_3_35.zip\WebResources | ftp_FTPChartElementsElementsTestiFrameHTML142EBDD9-F74C-E611-943F-0050568D743D | Thu Nov 30 16:21:10 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 338 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <html><hea d> | |
| 2 | <script sr c="https:/ / DNS .ftp.dev.c rm.vrm.vba . DNS /FTP/WebRe sources/ft p_/JScript /jquery1.7 .2.js"></s cript> | |
| 3 | ||
| 4 | <meta http -equiv="X- UA-Compati ble" conte nt="IE=edg e"> | |
| 5 | <meta charset="u tf-8"> | |
| 6 | <style> | |
| 7 | .s idebar { | |
| 8 | backgrou nd-color: #002050; | |
| 9 | width: 1 5%; | |
| 10 | height: 100%; | |
| 11 | position : fixed; | |
| 12 | left: 0; | |
| 13 | top: 0; | |
| 14 | } | |
| 15 | ||
| 16 | .f rame { | |
| 17 | display: none; | |
| 18 | width: 1 00%; | |
| 19 | height: 650px; | |
| 20 | } | |
| 21 | ||
| 22 | .a ll-frames { | |
| 23 | position : absolute ; | |
| 24 | right: 0 ; | |
| 25 | width: 8 5%; | |
| 26 | } | |
| 27 | ||
| 28 | .b utton { | |
| 29 | margin-l eft: 20%; | |
| 30 | margin-r ight: 20%; | |
| 31 | margin-t op: 6%; | |
| 32 | width: 6 0%; | |
| 33 | height: 6%; | |
| 34 | font-fam ily: 'Sego e UI'; | |
| 35 | } | |
| 36 | ||
| 37 | .i frame { | |
| 38 | width: 9 0%; | |
| 39 | height: 90%; | |
| 40 | margin-l eft: 5%; | |
| 41 | position : relative ; | |
| 42 | top: 50% ; | |
| 43 | transfor m: transla teY(-50%); | |
| 44 | } | |
| 45 | </styl e> | |
| 46 | <scrip t> | |
| 47 | $.su pport.cors = true; | |
| 48 | // var spinne r; | |
| 49 | // var target ; | |
| 50 | ||
| 51 | (f unction ($ , document , undefine d) { | |
| 52 | $.fn["ir eady"] = f unction (c allback) { | |
| 53 | var ifr = this .filter("i frame"), | |
| 54 | arg = argu ments, | |
| 55 | src = this , | |
| 56 | clc = null , // colle ction | |
| 57 | lng = 50, // lengt h of time to wait be tween inte rvals | |
| 58 | ivl = -1, // inter val id | |
| 59 | chk = func tion (ifr) { | |
| 60 | try { | |
| 61 | va r cnt = if r.contents (), | |
| 62 | doc = cn t[0], | |
| 63 | src = if r.attr("sr c"), | |
| 64 | url = do c.URL; | |
| 65 | sw itch (doc. readyState ) { | |
| 66 | case "co mplete": | |
| 67 | if ( !src || sr c === "abo ut:blank") { | |
| 68 | // we don' t care abo ut empty i frames | |
| 69 | ifr.data(" ready", "t rue"); | |
| 70 | } el se if (!ur l || url = == "about: blank") { | |
| 71 | // empty d ocument st ill needs loaded | |
| 72 | ifr.data(" ready", un defined); | |
| 73 | } el se { | |
| 74 | // not an empty ifra me and not an empty src | |
| 75 | // should be loaded | |
| 76 | ifr.data(" ready", tr ue); | |
| 77 | } | |
| 78 | ||
| 79 | brea k; | |
| 80 | case "in teractive" : | |
| 81 | ifr. data("read y", "true" ); | |
| 82 | brea k; | |
| 83 | case "lo ading": | |
| 84 | default: | |
| 85 | // s till loadi ng | |
| 86 | brea k; | |
| 87 | } | |
| 88 | } catc h (ignore) { | |
| 89 | // as far as we're con cerned the iframe is ready | |
| 90 | // since we won't be a ble to acc ess it cro ss domain | |
| 91 | if r.data("re ady", "tru e"); | |
| 92 | } | |
| 93 | ||
| 94 | return ifr.data( "ready") = == "true"; | |
| 95 | }; | |
| 96 | ||
| 97 | if ( ifr.length ) { | |
| 98 | ifr.each(f unction () { | |
| 99 | if (!$ (this).dat a("ready") ) { | |
| 100 | // add to co llection | |
| 101 | cl c = (clc) ? clc.add( $(this)) : $(this); | |
| 102 | } | |
| 103 | }); | |
| 104 | if (clc) { | |
| 105 | ivl = setInterva l(function () { | |
| 106 | va r rd = tru e; | |
| 107 | cl c.each(fun ction () { | |
| 108 | if (!$(t his).data( "ready")) { | |
| 109 | if ( !chk($(thi s))) { | |
| 110 | rd = false ; | |
| 111 | } | |
| 112 | } | |
| 113 | }) ; | |
| 114 | ||
| 115 | if (rd) { | |
| 116 | clearInt erval(ivl) ; | |
| 117 | clc = nu ll; | |
| 118 | callback .apply(src , arg); | |
| 119 | } | |
| 120 | }, lng ); | |
| 121 | } else { | |
| 122 | clc = null; | |
| 123 | callba ck.apply(s rc, arg); | |
| 124 | } | |
| 125 | } el se { | |
| 126 | clc = null ; | |
| 127 | callback.a pply(this, arguments ); | |
| 128 | } | |
| 129 | retu rn this; | |
| 130 | }; | |
| 131 | }( jQuery, do cument)); | |
| 132 | </scri pt> | |
| 133 | ||
| 134 | <scrip t> | |
| 135 | $( window).lo ad(functio n () { | |
| 136 | // spinne r = new Sp inner().sp in() | |
| 137 | // target = documen t.getEleme ntById('sp inMe'); | |
| 138 | // target .appendChi ld(spinner .el) | |
| 139 | //basicS pinner(); | |
| 140 | $("<ifra me>").attr ({ | |
| 141 | "src ": "https: //www.bing .com/", | |
| 142 | "id" : "iframe" | |
| 143 | }).appen dTo("body" ); | |
| 144 | //debugg er; | |
| 145 | $("ifram e").iready (function () { | |
| 146 | var ifr = $("# test"); | |
| 147 | aler t("iready - Should n ow be read y."); | |
| 148 | try { | |
| 149 | // spinner. stop(); | |
| 150 | alert($("# iframe").c ontents()[ 0].readySt ate); | |
| 151 | } ca tch (ignor e) { | |
| 152 | alert("cro ss domain" ); | |
| 153 | } | |
| 154 | }); | |
| 155 | ||
| 156 | try { | |
| 157 | aler t("Should not be rea dy: " + $( "#iframe") .contents( )[0].ready State); | |
| 158 | } catch (ignore) { } | |
| 159 | }) ; | |
| 160 | </scri pt> | |
| 161 | <title ></title> | |
| 162 | ||
| 163 | </head> | |
| 164 | <body> | |
| 165 | ||
| 166 | <div i d="spinMe" ></div> | |
| 167 | ||
| 168 | ||
| 169 | ||
| 170 | </body></h tml> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.