2
I have a page that is actually quite simple, with html and a canvas with only a few lines, nor bootstrap I’m not using.
And she simply "aborts" the download of various elements, as some CSS images and/or files... (I can check this at [F12] [network]) Alias if I give several F5, some elements start to be loaded...
BUT, when I am accessing site by right clicking on the index.html file everything gets 100% in place!
So I was wondering if you had any way to force a full load of the page? mainly because in Chrome, Firefox, Vivaldi, safari, ie11, opera... everything works fast and smoothly!
( I need to make sure it runs through windows, MAC and linux )
That is, there is a command to force the Download (to IE10 ) of the entire page? Since I’m sure it exists?
Please check out "similar" problems on Stakoverflow in English: https://stackoverflow.com/questions/18083239/what-happened-to-always-refresh-from-server-in-ie11-developer-tools
here’s my code (I hope it’s not too big) and I don’t think it has errors, because it’s just not 100% loaded in IE10, when picking up from the server!!!!!!!!;
when charging site EVERYTHING works perfectly!!!:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html id="html" xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- https://blogs.msdn.microsoft.com/luisdem/2013/07/18/modos-de-compatibilidade-do-internet-explorer/ Edge -->
<!-- meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge" >
<!--META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1" -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<link rel="stylesheet" href="css/bootstrap-slider.css">
<link rel="stylesheet" href="css/jquery.keypad.css">
<link rel="stylesheet" href="css/em.css">
<script src="lib/jquery-1.11.2.min.js"></script>
<script src="lib/jquery.plugin.js"></script>
<script src="lib/jquery.keypad.js"></script>
<script src="lib/fabric.js"></script>
<script src="lib/angular.min.js"></script>
<script src="lib/bootstrap-slider.js"></script>
<script src="lib/detect.js"></script>
<script src="lib/class.SiteMain.js"></script>
<!-- script src="lib/main.js"></script -->
<style type="text/css">
.canvas-container {
display: inline-block;
text-align: center;
}
</style>
</head>
<body id="body">
<div style="position:absolute; ">
<div id="logTxt1"></div>
<div id="logTxt2"></div>
</div>
<table>
<tbody>
<tr>
<td valign="middle">
<div class="container">
<img style="display: none;" src="images/candles.png" id="candle01"/>
<div class="changeview left">
<a href="javascript:void(0);" id="moveLeft">
<img src="images/left.png"/>
</a>
</div>
<div id="main-cavas" class="canvas-container-wp" width="1400" height="1000" style="text-align:center;">
<canvas id="c" width="1400" height="1000"></canvas>
<img class="hide" src="images/circle.png" id="len-img">
<img class="hide" src="images/diverging.png" id="len-img2">
<img class="hide" src="images/candles.png" id="candles-img">
<img class="hide" src="images/f1.png" id="f1-img">
<img class="hide" src="images/f2.png" id="f2-img">
<img class="hide" src="images/candles-2.png" id="f15-big-img">
<img class="hide" src="images/candles-2.png" id="f15-img">
<img class="hide" src="images/candles-2positive.png" id="f15-img-positive">
<img class="hide" src="images/candles.png" id="big-img">
<div class="changeview right" style=" clear:both; display:none;">
<a href="javascript:void(0);" id="moveRight">
<img src="images/right.png"/>
</a>
</div>
</div>
<div class="rightControl" id="sidebar">
<div class="box box1">
<div class="title">
<img src="images/t1.jpg"/>
</div>
<input id="len-control" type="text" data-slider-min="1" data-slider-max="100" data-slider-step="1" data-slider-value="50" data-slider-orientation="vertical"/>
<input id="len-value" class="inputValue" type="text" min="1" max="100" value="50">
<div class="relative">
<div class="lentemp"></div>
</div>
<div class="clear"></div>
</div>
<div class="box box2 box2dif">
<div class="title">
<img src="images/t2.jpg"/>
</div>
<div class="labelA">
<span>
<img src="images/a.png"/>
</span>
<input id="valueofA" class="inputValue" type="text" min="15" max="200" value="100">
</div>
<input id="aValue" type="text" data-slider-min="15" data-slider-max="200" data-slider-step="1" data-slider-value="100" data-slider-orientation="horizontal" value="100"/>
<div class="relative">
<div class="atemp"></div>
</div>
<img src="images/circle-s.png" class="circle-img" id="slideBar1">
<div class="clear"></div>
</div>
<div class="box box2 box3">
<div class="title">
<img src="images/t3.jpg"/>
</div>
<div class="labelA">
<span>
<img src="images/f.png"/>
</span>
<input id="valueofF" class="inputValue" type="text" min="15" max="100" value="50">
</div>
<div class="f-box">
<input id="f-control" type="text" data-slider-min="15" data-slider-max="100" data-slider-step="1" data-slider-value="50" value="50"/>
<div class="f-control-2">
<input id="f-control-b" type="text" data-slider-min="15" data-slider-max="100" data-slider-step="1" data-slider-value="50" value="50"/>
</div>
<div class="relative">
<div class="ftemp"></div>
</div>
<div class="tempspan" id="tempspanDiv"></div>
</div>
<div class="clear"></div>
</div>
<div class="nomralBox">
<div class="vl1">
<span>
<img src="images/t4.png"/>
</span>
<input id="b-value" class="inputValue" type="text" value="100">
<input id="b-value2" class="inputValue" type="text" value="2" Style="display:none;">
</div>
<div class="vl1 vl2">
<span>
<img src="images/t5.png"/>
</span>
<input id="m-value" class="inputValue" type="text" value="33.3">
<input id="m-value2" class="inputValue" type="text" value="0.3" Style="display:none;">
</div>
<div class="clear"></div>
</div>
<div class="nomralBox">
<div class="buttons2">
<a>
<img src="images/button1.png" id="button1">
</a>
<a class="btn2">
<img src="images/button2_normal.png" id="button2">
</a>
<div class="clear"></div>
</div>
</div>
<div class="nomralBox">
<div class="buttons2 btn22">
<a style="cursor: pointer;" id="btnReset">
<img src="images/button3.png" class="normal" alt=""/>
<img src="images/button3-hover.png" class="hover" alt=""/>
</a>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</td>
</tr>
</tbody>
</table>
<script>
$(document).ready(function() {
$('#moveLeft').click(function() {
$('body').addClass('moveLeft').removeClass('moveRight');
$(this).parent().hide();
$('.changeview.right').show();
});
$('#moveRight').click(function() {
$('body').addClass('moveRight').removeClass('moveLeft');
$(this).parent().hide();
$('.changeview.left').show();
});
});
</script>
</body>
</html>
Apache server + Mysql + php, running on a linux !
– Camila Yamamoto