// Check jQuery version before we load function isiPhone(){ return ( (navigator.platform.indexOf("iPhone") != -1) || (navigator.platform.indexOf("iPod") != -1) ); } var isMobile = 0; function getScript(url, success) { var script = document.createElement('script'); script.src = url; var head = document.getElementsByTagName('head')[0], done = false; // Attach handlers for all browsers script.onload = script.onreadystatechange = function() { if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) { done = true; success(); script.onload = script.onreadystatechange = null; head.removeChild(script); } }; head.appendChild(script); } var col = '4'; var row = '4'; var size = '2'; var lang = 'english'; var bg = 'FFFFFF'; var dfc = '000000'; var border = 'CCCCCC'; var hbg = 'F1F0F0'; var hfc = '000000'; var abg = 'DDFFCC'; var afc = '000000'; var ubg = 'FFC0BD'; var ufc = '000000'; var mobileresize = 'yes'; function iFrame3(ek){ var ids = ek.id; getScript('https://codeorigin.jquery.com/jquery-1.10.2.min.js',function() { var cjQuery = jQuery.noConflict(true); cjQuery(document).ready(function() { //console.log(cjQuery(ek).parent().width()); /*cjQuery(ek).load(function(){ console.log(cjQuery(ek).parent().width()); });*/ cjQuery(window).on('resize', function(){ var win = cjQuery(this); //this = window //console.log('resize2!'); resizeiFrame(); }); /* var rand = Math.floor((Math.random()*100)+1); */ function resizeiFrame(){ var iFrameContainerWidth = cjQuery(ek).parent().width(); var iFrameContainerHeight = cjQuery(ek).parent().height(); if(isiPhone() && (mobileresize==='yes')){ // alert("iphone"); var iFrameMaxWidth3 = 232; var iFrameMinWidth3 = 232; var iFrameNormalHeight3 = 3736; var iFrameNarrowHeight3 = 3736; } else{ // alert("not iphone"); var iFrameMaxWidth3 = 808; var iFrameMinWidth3 = 808; var iFrameNormalHeight3 = 974; var iFrameNarrowHeight3 = 974; } //console.log(iFrameMaxWidth3); var screenX = screen.width, screenY = screen.height; //console.log('screenx: ' + window.innerWidth); if (window.devicePixelRatio >= 2) { // retina display var multiplier = 2; //console.log('retina'); } else { // standard display var multiplier = 1; //console.log('standard'); } /*if (window.innerWidth < 310 * multiplier) { //console.log('xxx: ' + window.innerWidth); isMobile = 1; var iFrameMaxWidth3 = 300 * multiplier; var iFrameMinWidth3 = 222 * multiplier; var iFrameNormalHeight3 = 320 * multiplier; var iFrameNarrowHeight3 = 320 * multiplier; //console.log('going mobile'); } if (iFrameMaxWidth3 < iFrameContainerWidth) { //The iFrame is narrower than the container cjQuery(ek).width(iFrameMaxWidth3); //console.log(iFrameMaxWidth3); } else { //console.log('newsidth : ' + iFrameMinWidth); }*/ cjQuery(ek).width(iFrameMinWidth3); cjQuery(ek).height(iFrameNormalHeight3); /* if (iFrameMaxWidth3 < iFrameContainerWidth) { //The iFrame is narrower than the container cjQuery(ek).height(iFrameNormalHeight3); } else { cjQuery(ek).height(iFrameNarrowHeight3); } if (isMobile) { var iframe = ids; //document.getElementById('acCalendar'); iframe.src = iframe.src.replace(/mobile=0/gi, "mobile=1"); //console.log('reloading iframe' + iframe.src); } else { var iframe = ids; //document.getElementById('acCalendar'); if (iframe.src.search(/mobile=1/i) > 0){ iframe.src = iframe.src.replace(/mobile=1/gi, "mobile=0"); //console.log('reloading iframe' + iframe.src); } }*/ } resizeiFrame(); }); }); } var calendarID = '50833d26d23a4f6491a75b02c99576c62a294c9dd5d6a753bbe4f7a2c46eb363'; var iframeID = "acCalendar3"; document.write(''); document.write(''); document.write(''); document.write('');