From f592f7ec5eb77b76f0fd19cca4b83b0cbd975d85 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Thu, 27 Feb 2014 21:26:32 +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 8163bf5..fe21ead 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://localhost:8888"); + var ws = new WebSocket("ws://192.168.1.23:80"); ws.onopen = function(evt) { alert("Connection open ..."); ws.send(val.value); };