|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+ <!DOCTYPE html>
|
|
|
2
|
+<html>
|
|
|
3
|
+ <head>
|
|
|
4
|
+ <meta charset="UTF-8">
|
|
|
5
|
+ <title></title>
|
|
|
6
|
+ <script src="../Script/Common/huayi.load.js"></script>
|
|
|
7
|
+ <script src="../Script/Common/huayi.config.js"></script>
|
|
|
8
|
+ </head>
|
|
|
9
|
+ <body class="gray-bg" onload="keyCallOut()">
|
|
|
10
|
+ <!--<div class="wrapper wrapper-content animated fadeInRight">
|
|
|
11
|
+ <iframe class="callIn_iframe" width="100%" height="100%" src="http://192.168.4.18:4602/callout/1.html" frameborder="0" data-id="index_v1.html" seamless></iframe>
|
|
|
12
|
+ </div>-->
|
|
|
13
|
+ <script>
|
|
|
14
|
+ function keyCallOut(){
|
|
|
15
|
+ var phone = helper.request.queryString("phone");
|
|
|
16
|
+ alert('inhtml')
|
|
|
17
|
+ top.PhoneCallOut(1,phone);//外呼
|
|
|
18
|
+ }
|
|
|
19
|
+
|
|
|
20
|
+ </script>
|
|
|
21
|
+ </body>
|
|
|
22
|
+</html>
|