鑫苑新版本前端代码

inhtml.html 661B

12345678910111213141516171819202122
  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. top.PhoneCallOut(1,phone);//外呼
  17. }
  18. </script>
  19. </body>
  20. </html>