Internet Explorer无法启动怎么办?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Internet Explorer无法启动怎么办?相关的知识,希望对你有一定的参考价值。

我在把Internet Explorer 6升级到Internet Explorer 8的时候,不小心电源断了,现在我启动Internet Explorer就提示:“没有找到iertutil.dll,因此这个应用程序未能启动。重新安装应用程序可能会修复此问题。”现在想下载浏览器又不能打开下载网页,怎么办?

参考技术A 系统文件的问题当与IE有关的系统文件被更换或损坏时,会影响到IE正常的使用,WIN2000/XP/2003放入原安装光盘(注意:一定要原安装光盘),在开始—运行里输入sfc /scanow 参考技术B 到控制面板中的添加删除程序中,把IE8.0S删除掉。默认就可以用IE6.0来上网使用了。
再用6.0来下载。
参考技术C 回答

如果是第一次发现这个问题一般没问题,不影响使用,如果经常发生这个问题请看以下解决方案: 一、硬件的可能性是比较小的,如果是硬件,那就应该是内存条跟主机不兼容的问题导致的 如果能排除硬件上的原因(内存条不兼容,更换内存)往下看: 二、系统或其它软件引起的,可用下述方法处理: 系统本身有问题,及时安装官方发行的补丁,必要时重装系统。 病毒问题:杀毒 。杀毒软件与其它软件冲突:卸载有问题的软件。显卡、声卡驱动是否正确安装或者是否被恶意覆盖否?重新安装显卡声卡驱动。 1、使用系统自带的sfc命令,修复受到损坏的系统文件恢复到正常状态。 开始→运行→输入cmd,打开“命令提示符”窗口→输入字符串命令sfc/scannow→回车→耐心等待命令程序对每个系统文件搜索扫描→一旦发现系统文件的版本不正确或者系统文件已经损坏→它就能自动弹出提示界面→要求插入Windows系统的安装光盘→从中提取正常的系统文件来替代不正常的系统文件→达到修复系统文件的目的→最后重新启动计算机。 2、安装过的Domino这程序导致有问题,你可以在开始→运行→msconfig→启动项目→关闭Domino启动项→如果关闭不了→可以用卡卡助手之类的系统设置软件把它强行关掉→如果还是不行的→证明你系统中毒→那就重新安装系统彻底解决。 三、浏览器出现内存不能读、写的提示: 1、运行→regedit→进入注册表, 在→ HKEY_LOCAL_MACHINE\\\\SOFTWARE\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Explorer\\\\ShellExecuteHooks 这个位置有一个正常的键值AEB6717E-7E19-11d0-97EE-00C04FD91972, 将其他的删除。 2、打开CMD窗口输入如下命令: for %i in (%windir%\\\\system32\\\\*.dll) do regsvr32.exe /s %i 回车 for %i in (%windir%\\\\system32\\\\*.ocx) do regsvr32.exe /s %i 回车 两条分别运行完成后重启机器。 四、如果以上方法无法解决只能使用最后一招: 完全注册dll:打开“运行”输入→cmd→回车 然后把下面这行字符复制到黑色cmd框里面去回车等待dll文件全部注册完成就关闭可以了,为防止输入错误可以复制这条指令,然后在命令提示符后击鼠标右键→粘贴→回车,耐心等待,直到屏幕滚动停止。 (下面是要运行的代码): for %1 in (%windir%\\\\system32\\\\*.dll) do regsvr32.exe /s %1 完成后重新启动机器。 五、如果你电脑里面存在NET.Framework这个微软的组件服务而你又不使用它→那么卸载这个服务可能会解决问题:开始→设置→控制面板→添加删除程序→NET.Framework→删除。 六、关闭这个报告(治标不治本): 1、右击桌面上“我的电脑”→属性→高级→错误报告→错误汇报→勾选“禁用错误汇报”→“但在发生严重错误时通知我”复选框→确定。这样处理对于一些小错误,Windows XP就不会弹出错误提示了。 2、如果不行彻底关闭错误报告服务。开始→运行中输入→services.msc→打开“服务”窗口→找到“Error Reporting Service”→打开“Error Reporting Service的属性”对话框→将“启动类型”改为“已禁用”→确定后重新启动系统。 简单有效的处理方法是看错误提示,哪一个软件引起的冲突就卸载那个软件,重新启动机器以后首先关闭杀毒软件,重新运行安装

参考技术D 简单的一点的方法就是到别人电脑上下个浏览器到自己电脑上安装

无法在 Internet Explorer 8 中显示 SVG 图表

【中文标题】无法在 Internet Explorer 8 中显示 SVG 图表【英文标题】:Can't display SVG charts in Internet Explorer 8 【发布时间】:2011-08-31 03:07:01 【问题描述】:

我使用 ReportEngine API 创建了一个运行和呈现 BIRT 报告的 servlet。

唯一的问题是 SVG 图像(图表)在 Internet Explorer 8 或 7 中不显示。在运行官方 BirtViewer 网络应用时,它们也在 IE8 下显示。 我查看了 BirtViewer 生成的 HTML 并注意到了这个元标记:

<!-- Mimics Internet Explorer 7, it just works on IE8. -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">

所以我尝试在自己生成的 HTML 中手动添加它,但没有任何更改。我还尝试通过servlet(这是常规方式)编写添加它:

response.setHeader("X-UA-Compatible", "IE=EmulateIE7");

setContentType指令之后立即,但它甚至没有输出元标记......

编辑:这里是来自 BirtViewer 官方 webapp 的 HTML(我清理了这里没有兴趣的部分):

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>BIRT Report Viewer</title>
<base href="http://192.168.81.92:5080/BirtViewer/webcontent/birt">
<!-- Mimics Internet Explorer 7, it just works on IE8. -->
<meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible">
<meta content="text/html; CHARSET=utf-8" http-equiv="Content-Type">

<!-- a lot of scripts -->
</head>

<body class="BirtViewer_Body" style="overflow: hidden; direction: ltr"
    leftmargin="0px" scroll="no" onload="javascript:init( );">
<!-- Header section -->
<table id="layout" cellspacing="0" cellpadding="0"
    style="width: 100%; height: 100%">
    <tbody>
        <tr valign="top">
            <td id="reportdialog" style="width: 0%; vertical-align: top">
            <div id="exceptionDialog" class="dialogBorder"
                style="display: none; position: absolute; z-index: 220; top: 0px; left: 0px;">
            <iframe id="exceptionDialogiframe" frameborder="0" scrolling="no"
                src="birt/pages/common/blank.html"
                style="z-index: -1; display: none; left: 0px; top: 0px; background-color: #ff0000; opacity: .0; filter: alpha(opacity =     0); position: absolute;"
                name="exceptionDialogiframe">
            <html>
            <head></head>
            <body></body>
            </html>
            </iframe>
            <div id="exceptionDialogdialogTitleBar"
                class="dialogTitleBar dTitleBar">
            <div class="dTitleTextContainer">
            <table style="width: 100%; height: 100%;">
                <tbody>
                    <tr>
                        <td class="dialogTitleText dTitleText">Exception</td>
                    </tr>
                </tbody>
            </table>
            </div>
            <div class="dialogCloseBtnContainer dCloseBtnContainer">
            <table style="width: 100%; height: 100%; border-collapse: collapse">
                <tbody>
                    <tr>
                        <td><label class="birtviewer_hidden_label"
                            for="exceptionDialogdialogCloseBtn"> Close </label>
                        <div id="exceptionDialogdialogCloseBtn"
                            class="dialogCloseBtn dCloseBtn"></div>
                        </td>
                    </tr>
                </tbody>
            </table>
            </div>
            </div>
            <!-- overflow is set as workaround for Mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=167801 -->
            <div class="dialogBackground" style="overflow: auto;">
            <div class="dBackground">
            <div id="exceptionDialogdialogContentContainer"
                class="dialogContentContainer">
            <table class="birtviewer_dialog_body" cellspacing="2" cellpadding="2">
                <tbody>
                    <tr>
                        <td class="birtviewer_exception_dialog">
                        <table cellspacing="2" cellpadding="2">
                            <tbody>
                                <tr>
                                    <td valign="top"><img src="birt/images/Error.gif"></td>
                                    <td>
                                    <table class="birtviewer_exception_dialog_container"
                                        cellspacing="2" cellpadding="4">
                                        <tbody>
                                            <tr>
                                                <td>
                                                <div id="faultStringContainer"
                                                    class="birtviewer_exception_dialog_message"
                                                    style="width: 520px; overflow: auto;"><b> <span
                                                    id="faultstring"></span> <b> </b> </b></div>
                                                <b> <b> </b> </b></td>
                                            </tr>
                                            <tr>
                                                <td>
                                                <div id="showTraceLabel"
                                                    class="birtviewer_exception_dialog_label" tabindex="0">
                                                Show Exception Stack Trace</div>
                                                <div id="hideTraceLabel"
                                                    class="birtviewer_exception_dialog_label"
                                                    style="display: none" tabindex="0">Hide Exception
                                                Stack Trace</div>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>
                                                <div id="exceptionTraceContainer"
                                                    style="display: none; width: 520px;">
                                                <table >
                                                    <tbody>
                                                        <tr>
                                                            <td>Stack Trace: <br>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td>
                                                            <div class="birtviewer_exception_dialog_detail"
                                                                style="width: 510px;"><span id="faultdetail"></span>
                                                            </div>
                                                            </td>
                                                        </tr>
                                                    </tbody>
                                                </table>
                                                </div>
                                                </td>
                                            </tr>
                                        </tbody>
                                    </table>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                        </td>
                    </tr>
                </tbody>
            </table>
            </div>
            <div class="dialogBtnBarContainer">
            <div>
            <div class="dBtnBarDividerTop"></div>
            <div class="dBtnBarDividerBottom"></div>
            </div>
            <div class="dialogBtnBar">
            <div id="exceptionDialogdialogCustomButtonContainer"
                class="dialogBtnBarButtonContainer">
            <div id="exceptionDialogokButton" class="dialogBtnBarButtonEnabled">
            <div id="exceptionDialogokButtonLeft"
                class="dialogBtnBarButtonLeftBackgroundEnabled"></div>
            <div id="exceptionDialogokButtonRight"
                class="dialogBtnBarButtonRightBackgroundEnabled"></div>
            <input class="dialogBtnBarButtonText dialogBtnBarButtonEnabled"
                type="button" title="OK" value="OK"></div>
            <div class="dialogBtnBarDivider"></div>
            <div id="exceptionDialogcancelButton">
            <div class="dialogBtnBarButtonLeftBackgroundEnabled"></div>
            <div class="dialogBtnBarButtonRightBackgroundEnabled"></div>
            <input class="dialogBtnBarButtonText dialogBtnBarButtonEnabled"
                type="button" title="Cancel" value="Cancel"></div>
            </div>
            </div>
            </div>
            </div>
            </div>
            </div>
            <div id="parameterDialog" class="dialogBorder"
                style="position: absolute; z-index: 201; top: 173px; left: 325.5px; width: 520px; display: none;">
            <iframe id="parameterDialogiframe" frameborder="0" scrolling="no"
                src="birt/pages/common/blank.html"
                style="z-index: -1; display: none; left: 0px; top: 0px; background-color: rgb(255, 0, 0); opacity: 0; position: absolute; width: 522px; height: 429px;"
                name="parameterDialogiframe">
            <html>
            <head></head>
            <body></body>
            </html>
            </iframe>
            <div id="parameterDialogdialogTitleBar"
                class="dialogTitleBar dTitleBar">
            <div class="dTitleTextContainer">
            <table style="width: 100%; height: 100%;">
                <tbody>
                    <tr>
                        <td class="dialogTitleText dTitleText">Parameter</td>
                    </tr>
                </tbody>
            </table>
            </div>
            <div class="dialogCloseBtnContainer dCloseBtnContainer">
            <table style="width: 100%; height: 100%; border-collapse: collapse">
                <tbody>
                    <tr>
                        <td><label class="birtviewer_hidden_label"
                            for="parameterDialogdialogCloseBtn"> Close </label>
                        <div id="parameterDialogdialogCloseBtn"
                            class="dialogCloseBtn dCloseBtn"></div>
                        </td>
                    </tr>
                </tbody>
            </table>
            </div>
            </div>
            <!-- overflow is set as workaround for Mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=167801 -->
            <div class="dialogBackground" style="overflow: auto;">
            <div class="dBackground">
            <div id="parameterDialogdialogContentContainer"
                class="dialogContentContainer" style="width: 500px;">
            <div class="birtviewer_parameter_dialog">
            <table id="parameter_table" class="birtviewer_dialog_body"
                cellspacing="2" cellpadding="2">
                <tbody>
                    <tr valign="top">
                        <td>
                        <table style="font-size: 8pt">
                            <tbody>
                                <tr >
                                    <td></td>
                                </tr>
                                <tr>
                                    <td colspan="2">Parameters marked with <font color="red">*</font>
                                    are required.</td>
                                </tr>
                                <tr>
                                    <td nowrap=""><img title=""
                                        
                                        src="birt/images/parameter.gif"></td>
                                    <td nowrap=""><font title=""> <label
                                        for="Years_selection">Numero di anni da confrontare:</label> </font>
                                    <font color="red"> <label for="Years_selection">*</label>
                                    </font></td>
                                </tr>
                                <tr>
                                    <td nowrap=""></td>
                                    <td nowrap="" ><input id="control_type"
                                        type="HIDDEN" value="select"> <input id="data_type"
                                        type="HIDDEN" value="6"> <input id="Years_value"
                                        type="HIDDEN" name="Years"> <select
                                        id="Years_selection"
                                        class="birtviewer_parameter_dialog_Select"
                                        aria-required="true" birtparametertype="combobox" title="2">
                                        <option title="2" value="2">2</option>
                                        <option title="3" value="3">3</option>
                                        <option title="4" value="4">4</option>
                                    </select> <input id="isRequired" type="HIDDEN" value="true"></td>
                                </tr>
                                <tr>
                                    <td nowrap=""><img title="" 
                                        src="birt/images/parameter.gif"></td>
                                    <td nowrap=""><font title=""> <label for="Agent">Codice
                                    dell'agente:</label> </font> <font color="red"> <label for="Agent">*</label>
                                    </font></td>
                                </tr>
                                <tr>
                                    <td nowrap=""></td>
                                    <td nowrap="" ><input id="control_type"
                                        type="HIDDEN" value="text"> <input id="data_type"
                                        type="HIDDEN" value="1"> <input id="Agent"
                                        class="BirtViewer_parameter_dialog_Input" type="TEXT"
                                        aria-required="true" value="" title="" name="Agent"> <input
                                        id="Agent_value" type="HIDDEN" value=""> <input
                                        id="Agent_displayText" type="HIDDEN" value=""> <input
                                        id="isRequired" type="HIDDEN" value="true"></td>
                                </tr>
                                <tr >
                                    <td></td>
                                </tr>
                            </tbody>
                        </table>
                        </td>
                    </tr>
                    <tr>
                        <td>
                        <div id="birt_hint"
                            style="font-size: 12px; color: #000000; display: none; position: absolute; z-index: 300; background-color: #F7F7F7; layer-background-color: #0099FF; border: 1px #000000 solid; filter: Alpha(style =   0, opacity =   80, finishOpacity =   100);">
                        </div>
                        </td>
                    </tr>
                </tbody>
            </table>
            </div>
            </div>
            <div class="dialogBtnBarContainer">
            <div>
            <div class="dBtnBarDividerTop"></div>
            <div class="dBtnBarDividerBottom"></div>
            </div>
            <div class="dialogBtnBar">
            <div id="parameterDialogdialogCustomButtonContainer"
                class="dialogBtnBarButtonContainer">
            <div id="parameterDialogokButton" class="dialogBtnBarButtonEnabled">
            <div id="parameterDialogokButtonLeft"
                class="dialogBtnBarButtonLeftBackgroundEnabled"></div>
            <div id="parameterDialogokButtonRight"
                class="dialogBtnBarButtonRightBackgroundEnabled"></div>
            <input class="dialogBtnBarButtonText dialogBtnBarButtonEnabled"
                type="button" title="OK" value="OK"></div>
            <div class="dialogBtnBarDivider"></div>
            <div id="parameterDialogcancelButton">
            <div class="dialogBtnBarButtonLeftBackgroundEnabled"></div>
            <div class="dialogBtnBarButtonRightBackgroundEnabled"></div>
            <input class="dialogBtnBarButtonText dialogBtnBarButtonEnabled"
                type="button" title="Cancel" value="Cancel"></div>
            </div>
            </div>
            </div>
            </div>
            </div>
            </div>
            </td>
        </tr>
        <tr valign="top">
            <td id="documentView" style="direction: ltr;">
            <table cellspacing="0" cellpadding="0" border="0">
                <tbody>
                    <tr>
                        <td style="vertical-align: top;">
                        <div id="progressBar"
                            style="position: absolute; z-index: 310; top: 346px; left: 461.5px; display: none;">
                        <table class="birtviewer_progressbar" cellspacing="10px"
                            >
                            <tbody>
                                <tr>
                                    <td align="center"><b> Processing, please wait ... </b></td>
                                </tr>
                                <tr>
                                    <td align="center"><img 
                                        src="birt/images/Loading.gif"></td>
                                </tr>
                                <tr>
                                    <td align="center">
                                    <div id="cancelTaskButton" style="display: block;">
                                    <table >
                                        <tbody>
                                            <tr>
                                                <td align="center"><input
                                                    class="birtviewer_progressbar_button" type="BUTTON"
                                                    title="Cancel" value="Cancel"></td>
                                            </tr>
                                        </tbody>
                                    </table>
                                    </div>
                                    </td>
                                </tr>
                                <input id="taskid" type="HIDDEN" value="">
                            </tbody>
                        </table>
                        </div>
                        <div id="display0"
                            style="display: none; width: 250px; position: relative; overflow: auto">
                        </div>
                        </td>
                        <td style="vertical-align: top;">
                        <div id="Document" class="birtviewer_document_fragment"
                            style="width: 1167px; height: 535px;">
                        <div>
                        <div class="style_0">
                        <table cellpadding="0"
                            style="empty-cells: show; width: 8in; overflow: hidden; table-layout: fixed;"
                            rule="none">
                            <colgroup>
                                <col>
                            </colgroup>
                            <tbody>
                                <tr>
                                    <td></td>
                                </tr>
                                <tr>
                                    <td valign="top">
                                    <div id="AUTOGENBOOKMARK_1" class="style_4"
                                        style="text-align: center;">Analisi per modello</div>
                                    <table id="__bookmark_2" class="style_5"
                                        style="border-collapse: collapse; empty-cells: show; width: 100%; overflow: hidden; table-layout: fixed;">
                                        <colgroup>
                                            <col style="width: 20%;">
                                            <col style="width: 14%;">
                                            <col style="width: 14%;">
                                            <col style="width: 15%;">
                                            <col style="width: 10%;">
                                        </colgroup>
                                        <tbody>
                                            <tr class="style_6" align="center" valign="top">
                                                <th class="style_7" style="overflow: hidden;">
                                                <div id="AUTOGENBOOKMARK_2" style="text-align: left;">Modello</div>
                                                </th>
                                                <th class="style_7" style="overflow: hidden;">
                                                <div>2010</div>
                                                </th>
                                                <th class="style_7" style="overflow: hidden;">
                                                <div>2011</div>
                                                </th>
                                                <th class="style_7" style="overflow: hidden;" colspan="2">
                                                <div>Diff. 2011-2010</div>
                                                </th>
                                            </tr>
                                            <!-- various rows in the table..... -->
                                        </tbody>
                                    </table>
                                    <div><embed id="__bookmark_3"
                                        style="width: 558pt; height: 223.5pt; display: block;" 
                                        src="/BirtViewer/preview?__sessionId=20110523_145951_765&__imageid=custombf791612fc98d919920.svg"
                                        type="image/svg+xml"
                                        onresize="document.getElementById('__bookmark_3').reload()">
                                    <svg xmlns="http://www.w3.org/2000/svg"
                                        xmlns:xlink="http://www.w3.org/1999/xlink" 
                                        initialHeight="298.0" initialWidth="744.0"
                                        onload="resizeSVG(evt)" onresize="resizeSVG(evt)" >
                                    <g id="outerG" style="fill:none;stroke:none"
                                        transform="scale(1)">
                                    </svg>
                                    <!-- SVG image details..... -->
                                    </embed></div>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                    <div>23/mag/2011 14.59</div>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                        </div>
                        </div>
                        </div>
                        </td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>
<div id="Mask"
    style="position: absolute; top: 0px; left: 0px; width: 1173px; height: 537px; z-index: 200; background-color: rgb(0, 68, 255); opacity: 0; display: none;"></div>
<div
    style="position: absolute; top: 0px; left: 0px; width: 1173px; height: 537px; z-index: 200; background-color: rgb(255, 0, 0); opacity: 0; display: none; cursor: move;"></div>
<iframe scrolling="no" src="birt/pages/common/blank.html"
    style="position: absolute; top: 0px; left: 0px; width: 100%; height: 775px; z-index: 300; background-color: rgb(219, 228, 238); opacity: 0; display: none;"
    margin margin>
<html>
<head></head>
<body></body>
</html>
</iframe>
</body>
</html>

有什么建议吗?非常感谢!

【问题讨论】:

【参考方案1】:

您发现的X-UA-Compatible 元标记是一条红鲱鱼;它与SVG无关。 IE8 或 IE7 都不支持 SVG。仅在 IE9 中添加了对 SVG 的支持。

您看到的元标记告诉 IE8(和 IE9 就这点而言)回退到 IE7 兼容模式。这旨在供为 IE7 编写的站点使用,在这些站点中更新代码以支持 IE8 或 IE9 的工作量太大。我建议尽可能避免使用此元标记,因为它的主要功能是关闭浏览器的某些功能。

回到 SVG 支持.... 虽然它们不支持 SVG,但 IE7 和 IE8 都支持 VML,它也是一种矢量图形标记语言,类似于 SVG,但特定于 IE。

一些 Javascript 库尝试使用 VML 模拟 SVG,或者使用 VML 作为后备而不是渲染 SVG。我最喜欢的是Raphael。

但是 Raphael 是一个用于绘制图形的库;由于您已经拥有 SVG,您可能会发现一个简单的转换库更有用。可能是这样的:http://code.google.com/p/svg2vml/ 或这样的:http://code.google.com/p/svgweb/

另一种方法是使用 Flash 或其他嵌入对象在 IE 中呈现 SVG。

我的猜测是,在您看到他们成功渲染 SVG 的地方,他们正在使用这些库之一(或另一个类似的库)在 IE7 和 IE8 中显示 SVG 图形。

【讨论】:

+1 “他们正在使用这些库之一(或另一个类似的库)在 IE7 和 IE8 中显示 SVG 图形”:也许你是对的,谢谢! 跨浏览器更好地使用PNG、JPG。【参考方案2】:

您可以考虑使用Ample SDK JavaScript 库,即can render SVG in IE6, 7 and 8。

【讨论】:

感谢此链接。

以上是关于Internet Explorer无法启动怎么办?的主要内容,如果未能解决你的问题,请参考以下文章

我的电脑为啥老是出现“Internet Explorer 无法显示该网页”

安装程序无法继续,因为你的计算机上安装了更新的Internet Explorer版本。怎么弄

Internet Explorer 未能完成安装 安装程序无法继续,因为您的计算机上安装了更新的版本

无法打开键: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser

.InnerHTML 在 Internet Explorer 中无法正常工作

WinInet - 没有 Internet Explorer 就无法工作?