怎么打开IE浏览器的异常提示功能

如何打开IE浏览器的错误提示功能
就是网页错误时弹出错误提示。

------解决方案--------------------
HTML code

<!DOCTYPE HTML>
<html>
    <head>
        <meta charset="gb2312" />
        <title></title>
        <style>
        </style>        
    </head>
    <body>
        <script>
            try{
                aert(123);
            }catch(e){
                alert(e.message);
            }
        </script>
    </body>
</html>

------解决方案--------------------
internet options>>advanced
------解决方案--------------------
自动弹出提示:

如果浏览器左下角出现黄色标志警告,双击打开它,然后勾选“对于网页错误始终显示此信息”