first http-streaming with iframe working on ff and ie
[xynt.git] / web / test-hs.php
diff --git a/web/test-hs.php b/web/test-hs.php
new file mode 100644 (file)
index 0000000..5f48ac3
--- /dev/null
@@ -0,0 +1,21 @@
+<html>
+<head>
+<script type="text/javascript" src="xynt/xynt-commons.js"></script>
+<script type="text/javascript" src="xynt/xynt-console.js"></script>
+<script type="text/javascript" src="xynt/xynt-http-streaming.js"></script>
+<script type="text/javascript"><!--
+var allmythings="BEGIN";
+
+window.onload = function () {
+    var hs;
+    
+    hs = new http_streaming(document);
+    hs.start('test-hs-rd.php');
+}
+    
+//-->
+</script>
+<body>
+<div id="cont">INIT</div>
+</body>
+</html>