ctx_new moved inside iframe to avoid inconsistencies, stream with commands added
[xynt.git] / web / test-hs.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" src="xynt/xynt-http-streaming.js"></script>
6 <script type="text/javascript"><!--
7 var allmythings="BEGIN";
8
9 window.onload = function () {
10     var hs;
11     hs = new http_streaming(window, console);
12     // FIXME: with relative path not work!
13     hs.start('http://dodo.birds.lan/xynt/test-hs-rd.php');
14 }
15     
16 //-->
17 </script>
18 <body>
19 <div id="cont">INIT</div>
20 </body>
21 </html>