| 12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title></title>
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- </head>
- <body class="gray-bg" onload="keyCallOut()">
- <!--<div class="wrapper wrapper-content animated fadeInRight">
- <iframe class="callIn_iframe" width="100%" height="100%" src="http://192.168.4.18:4602/callout/callOut.html" frameborder="0" data-id="index_v1.html" seamless></iframe>
- </div>-->
- <script>
- function keyCallOut(){
- var phone = helper.request.queryString("phone");
- top.PhoneCallOut(1,phone);//外呼
- }
-
- </script>
- </body>
- </html>
|