From 493e75803134053bc658ea316bb7f7680de157da Mon Sep 17 00:00:00 2001 From: sidya82 Date: Thu, 27 Feb 2014 21:28:02 +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 fe21ead..ccdc369 100644 --- a/test.html +++ b/test.html @@ -7,7 +7,7 @@ function fun(){ alert("in fun()"); var val=document.getElementById("txt"); - var ws = new WebSocket("ws://192.168.1.23:80"); + var ws = new WebSocket("ws://192.168.1.23/test:80"); ws.onopen = function(evt) { alert("Connection open ..."); ws.send(val.value); };