forked from CounterPath/Desktop_API_URLpop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbria_api_js_sample.html
More file actions
executable file
·33 lines (29 loc) · 946 Bytes
/
bria_api_js_sample.html
File metadata and controls
executable file
·33 lines (29 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE HTML>
<HTML>
<HEAD>
<META charset="UTF-8">
<script src="jquery-3.2.1.slim.js" type="text/javascript"></script>
<script src="bria_api_constants.js" type="text/javascript"></script>
<script src="bria_api_js_sample.js" type="text/javascript"></script>
</HEAD>
<BODY>
<h1> Bria API JavaScript Sample - URL Pop </h1>
<div>
<div style="width:1315px">
<fieldset>
<legend> WebSocket Connection Status </legend>
<div id="ConnectionStatusText">DISCONNECTED</div>
</fieldset>
</div>
<br/>
<!-- API Message Logging Output -->
<div style="padding-top:0px; margin-top:0px; ">
<div>
<label style="float:left; width:1228px">API Message Log</label>
<button style="float:left;" onclick="clearLog()"> CLEAR LOG </button>
</div>
<textarea readonly id="APIMessageLog" cols="166" rows="15"></textarea>
</div>
</div>
</BODY>
</HTML>