|
|
@@ -11,12 +11,11 @@
|
|
11
|
11
|
<iframe id="framenew" width="0" height="0" src="#"></iframe>
|
|
12
|
12
|
<script>
|
|
13
|
13
|
function CallOutPhone() {
|
|
14
|
|
- // var phone = document.getElementById("txtphone").value;
|
|
|
14
|
+// var phone = document.getElementById("txtphone").value;
|
|
15
|
15
|
var phone=$('#txtphone').val()
|
|
16
|
|
- var srcs='http://192.168.4.18:4802/callScreen/inhtml.html?phone=' + phone;
|
|
17
|
|
- // document.getElementById("framenew").src=src;
|
|
|
16
|
+ var srcs='http://192.168.4.18:4802/callout/inhtml.html?phone=' + phone;
|
|
|
17
|
+// document.getElementById("framenew").src=src;
|
|
18
|
18
|
$('#framenew').attr('src',srcs)
|
|
19
|
|
-
|
|
20
|
19
|
}
|
|
21
|
20
|
</script>
|
|
22
|
21
|
</body>
|