簡體   English   中英

帶有Internet Explorer的HTML文件的瀏覽器兼容性問題

[英]Browser Compatiabilty issue for Html file with internet explorer

我們使用了以下html代碼段。 右鍵單擊該html文件並打開Operamini,Mozila,Safari,Chrome可以正常運行,但不能在Internet Explorer中運行。

代碼段[html]:

<!DOCTYPE html>
<head>
<title>Simple Example</title>
</head>
<body>
 <script type="text/javascript">

        function displaymessage() {
            alert("hai");
        }
        displaymessage();
    </script>
</body>

您能否請任何人對此進行調查並提供解決問題的建議。 提前致謝。

此致Rajasekar

嘗試這個:

1)添加html標簽以打開頁面

2)Internet Explorer阻止“ activeX”內容,您應該單擊頂部並將其解鎖...

默認情況下,Internet Explorer限制運行腳本和ActiveX控件。 如果沒有收到任何警告,請轉到工具-> Internet選項--->高級--->安全--->恢復“ 此區域的安全級別 ”的默認值。

希望這會有所幫助。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM