鑫苑新版本前端代码

inhtml.html 681B

1234567891011121314151617181920212223
  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/callOut.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. </script>
  20. </body>
  21. </html>