modifié: test.html
This commit is contained in:
parent
f592f7ec5e
commit
493e758031
@ -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); };
|
||||
|
Reference in New Issue
Block a user