modifié: test.html

This commit is contained in:
sidya82 2014-02-27 21:26:32 +01:00
parent 62bc232719
commit f592f7ec5e
1 changed files with 1 additions and 1 deletions

View File

@ -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); };