From 8f8ca84f4202dd60d2cc0e24d4ae100fae39407a Mon Sep 17 00:00:00 2001 From: sidya82 Date: Thu, 27 Feb 2014 21:43:37 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20test?= =?UTF-8?q?.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.html b/test.html index 76d0f7a..b24b2a1 100644 --- a/test.html +++ b/test.html @@ -7,7 +7,7 @@ function WebSocketTest() { if ("WebSocket" in window) { messageContainer.innerHTML = "WebSocket is supported by your Browser!"; - var ws = new WebSocket("ws://192.168.1.23:80/?Id=123456789"); + var ws = new WebSocket("ws://192.168.1.23:80/test/?Id=123456789"); ws.onopen = function() { ws.send("Message to send"); };