f083907593667852e8651f6378ec1750d928b433
[xynt.git] / web / winstream.php
1 <html>
2 <head>
3 <script type="text/javascript" src="xynt/xynt-commons.js"></script>
4 <script type="text/javascript" src="xynt/xynt-console.js"></script>
5 <script type="text/javascript"><!--
6      var allmythings="BEGIN";
7      var ifra;
8
9 function check_and_set() {
10     $('cont').innerHTML = allmythings;
11     // console.log(allmythings);
12 }
13  window.onload = function () {
14      ifra = document.createElement("iframe");
15      ifra.style.visibility = "hidden";
16      document.body.appendChild(ifra);
17      ifra.contentWindow.location.href = 'winstream_rd.php';
18      setInterval(check_and_set, 500);
19  }
20
21      //-->
22 </script>
23 <body>
24 <div id="cont">INIT</div>
25 </body>
26 </html>