clean of string stream added (we still need <script> objects clean)
[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" 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     
12     hs = new http_streaming(document);
13     hs.start('winstream_rd.php');
14 }
15     
16 //-->
17 </script>
18 <body>
19 <div id="cont">INIT</div>
20 </body>
21 </html>