summaryrefslogtreecommitdiff
path: root/deps/wse/priv/frame2.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/wse/priv/frame2.html')
-rw-r--r--deps/wse/priv/frame2.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/deps/wse/priv/frame2.html b/deps/wse/priv/frame2.html
deleted file mode 100644
index fdece19..0000000
--- a/deps/wse/priv/frame2.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-<head>
-<title>Frame</title>
-<script src='ej.js'></script>
-<script src='wse.js'></script>
-<script>
-
-window.onload = function() {
- if (Wse.open("ws://"+(location.hostname||"localhost")+":1235/websession")) {
- Wse.id = 'w2';
- Wse.start('wse_frame_demo', 'run', ["i2"]);
- }
-}
-</script>
-</head>
-<body>
-<h2>Frame2</h2>
-<div id="i2" width=620 height=170></div>
-</body>
-</html>