<div dir="ltr"><div dir="ltr"><div>Hello.</div><div>I'm making a X3D scene with test objects and AJAX on Win 10.</div><div>A Sphere was shown, in MS Edge it has strange behaviour like blown away.</div><div><br></div><div>In Firefox all is nice. But when I choose a box, it's not showed, also Sphere won't work with AJAX calls.</div><div><br></div><div>Here is the code.</div><div><br></div><div><!DOCTYPE html><br><html><br><head><br>    <meta charset="utf-8"><br>    <title>Touchsensor in X3DOM</title></div><div>    <link href="<a href="http://www.x3dom.org/download/x3dom.css">http://www.x3dom.org/download/x3dom.css</a>" rel="stylesheet" /><br>    <style><br>    #myDiv {<br>        color: blue;<br>        margin: 20px 0;<br>    }<br>    x3d {<br>        display: block;<br>        width: 600px;<br>        height: 400px;<br>        background: #EEEEEE;<br>        border: none;<br>    }<br>    </style><br></head><br><body></div><div><br>    <div id="myDiv"><br>        Click the sphere to hide this div<br>    </div></div><div>    <x3d><br>        <Scene></div><div><br>  <shape onclick="alert('Hello, click!');"> <br>        <appearance> <br>        <material diffuseColor='1 0 0'></material> <br>        </appearance> <br>        <box></box> <br>    </shape></div><div><br>        </Scene><br>    </x3d></div><div><div id="digital_download"><br>A<br></div></div><div><script src="<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js">http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js</a>"></script><br><script><br>$('#digital_download').html('Downloading...'); // Show "Downloading..."<br>// Do an ajax request<br>$('#digital_download').load('<a href="http://localhost/index2.php'">http://localhost/index2.php'</a>);</div><div><br></script><br></body><br></html></div><div><br></div><div>Who can help? Is technology rather robust?</div><div><br></div><div>Thanks</div><div>Konstantin Smirnov</div></div></div>