0
在我的網站頁面中,我使用了javascript編碼實現zopim的實時聊天。這適用於Chrome和Firefox。即時聊天窗口正在顯示並可以與該窗口聊天。zopim實時聊天的Javascript編碼在IE8中不可見
但在IE中,聊天窗口不可見。但是在IE中使用inspect元素時,它突出顯示聊天窗口的div。我嘗試了一些來自zopim的其他編碼。但我沒有在IE中得到結果。
我不知道是什麼問題。任何人都可以幫我解決這個實時聊天問題。我使用的編碼
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Sample test zopim</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
Sample test Zopim
<!--Start of Zopim Live Chat Script--> <script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s= d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set. _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8'); $.src='//cdn.zopim.com/?11THLdRhqxNgdgRiWyGwwAv8e4KF6S6G';z.t=+new Date;$. type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script> <!--End of Zopim Live Chat Script-->
</body>
</html>
感謝您的回覆。在IE8中沒有Flash Player,那爲什麼它沒有顯示zopim佈局。現在我安裝了Flash播放器。所以它現在工作正常。真的非常感謝您的回答:) 作爲新用戶,您回答了我的問題。它非常棒。 +1的答案 – Rithu 2013-03-22 07:18:15