Html图像无法在IE10中运行

时间:2013-08-08 16:45:55

标签: javascript html

我的代码正在使用IE10以外的所有浏览器。我的意思是,它正在工作,但没有显示图像。我在这里尝试了解决方案,但没有工作 - IE 10 images not showing up

这是我的代码 -

<!DOCTYPE html>
<html>
    <head>
        <META HTTP-EQUIV="content type" content="test/html;sharset=iso-8859-1">
        <script>
            function myfun() {
                alert("you are here");
            }
        </script>
    </head>
    <body>
        <img src="next.gif" alt="image not found" onclick="myfun()" />
        <br/>NEXT
    </body>
</html>

1 个答案:

答案 0 :(得分:0)

您只需点击'Allow blocked content'

即可

并且,如果这不起作用,您可以替换

<META HTTP-EQUIV="content type" content="test/html;sharset=iso-8859-1">

<meta charset='utf-8'>