无法打开开网页的时候总是弹出internet explorer无法打开internet站点(When you open a web page, always pop up Internet Explorer, unable to open the Internet site)

ie无法打开internet站点  时间:2021-02-16  阅读:()

开网页的时候总是弹出internet explorer无法打开internet站点

When you open a web page, always pop up Internet Explorer,unable to open the Internet sitethe internet explorer无法打开internet站点, 已终止操作的解决方法合集

通常,关于"internet explorer无法打开internet站点××, 已终止操作"的错误提示都是在internet explorer浏览器里才会出现,f irefox里面打开网页一切正常.这种情况碰到过好多次,而且一种解决方法还不能通用,不同情况需要用不同的方法去折腾.微软的这个烂ie.

解决方法一(针对用户) .

首先,清空浏览器缓存文件,在internet explorer的工具菜单里选择internet选项-删除文件,勾选"删除所有脱机内容,确定即可.

之后,还是在internet选项的"高级"标签,找到"禁用脚本调试"选项,勾选后确定即可.

最后重新启动ie.

如果上述方法不行的话,再从internet选项里选择"程序", "管理加载项点击进入,把发行者为"未验证", "浏览器帮助程序对象类型为,文件扩展名为的加载项禁用掉.之后再重新启动ie浏览器.". dll"

法一是被动解决方法,如果是自己的网页出现问题,则需要用下面针对开发者的主动方法解决.

一、检查自己的网页代码中是否有没有闭合的html标签.如果代码太多,建议使用一些在线代码验证检测工具去完成这项任务.

二、 由于ie在页面还没有完全加载的时候就调用了htmlobject的appendchild或innerhtml操作, 因此容易出现"internetexplorer无法打开internet站点××, 已终止操作"的错误提示,可以通过加入settimeout来解决.即在appendchild或innerhtml操作处判断.document.readystate = "complete. "

若为否,则settimeout设置为若干秒之后进行该操作.

三、实在不行,就在调用javascript时加上defer属性吧,使页面加载完毕之后再执行该脚本, 以避免找不到对象的问题.示例如下所示.

< script language="javascript" src="example. js" (="irons" >< / td >

但是在加入了defer属性的js代码里不能包含document.

终极解决方法:丢了ie,用firefox吧.

开网页的时候总是弹出internet explorer无法打开internet站点悬赏分: 0 -解决时间: 2009 - 3 - 25 09:

最近只要开网页就会弹出"internet explorer无法打开internet站点"这样的对话框.不知道是怎么回事呢?我也全面杀毒了可是

没有查出有毒,恶意插件也清理了,也没有发现异常.请高手帮忙解决一下这个问题.在此感激不尽了! (问题解决了还会追加分数的)问题补充:兄弟, 能说的简单点吗?你说的这个我在网上已经搜到了.

提问者唉呀王小璐-二级最佳答案一、 网络设置的问题.

这种原因比较多出现于需要手动指定i p、网关、 dns服务器联网方式下,及使用代理服务器上网的.仔细检查计算机的网络设置.

二、 dns服务器的问题

当ie无法浏览网页时,可先尝试用ip地址来访问,如果可以访问,那么应该是dns的问题,造成dns的问题可能是连网时获取dns出错或dn s服务器本身问题,这时你可以手动指定dn s服务(地址可以是你当地isp提供的dns服务器地址,也可以用其它地方可正常使用dns服务器地址.

In the attributes of the network (in the address of the DNSserver control panel -network and dial up connections - localconnection - right property - TCP/IP protocol attribute usingthe following) . Different ISP has different DNS addresses.Sometimes it' s a router or NIC problem that can' t be connectedto ISP' s DNS service. In this case, the router can be shut downfor a while, or reset the router.

Another possibility is that the local DNS cache is having aproblem. In order to improve the website access speed, thesystem will automatically have access and access to the IPaddress of the site into the local DNS cache, once again visit

this site, is no longer directly through the DNS server fromthe local cache toremove the DNS IP site visit. So, if the localDNS cache has a problem, the site will not be accessible.Ipconfig/flushdns can be executed in run to rebuild the localDNS cache.

Three, IE browser itself problems

When the IE browser itself fails, it will naturally affectbrowsing; or IE malicious modification damage will lead tounable to browse the web. At this time you can try to use"Internet assistant IE repair expert" to repair, or re IE (seethe station IE reinstall skills)

Four, the problem of network firewall

If the network firewall is set properly, if the security levelis too high, accidentally put the IE into the block access listof firewall policy error, try to check the policy to reduce ordirectly off the firewall security level to see if it returnedto normal.

Five, network protocol and network card driver problemsIE can not browse, may be network protocol (especially TCP/IPprotocol) or network card driver damage caused, you can try tore NIC driver and network protocol.

Six, HOSTS file problems

HOSTS files are modified, also lead to browsing is not normal,

the solution is of course clear the contents of the HOSTS file.Seven, the system file problems

When the file system associatedwith IE is replaced or damaged,will affect the normal use of IE, then use the SFC command torepair, WIN98 system can execute SFC in the "run", and thenperform a scan; WIN2000/XP/2003 is in the "run" SFC /scannowattempt to repair (see the site WINXP repair skills) .When only IE and QQ can not browse the web, is often due towinsock.dll, wsock32.dll or wsock.vxd (VXD only exists in theWIN9X system) and other documents of damage or loss caused byWinsock, is an important part of the TCP/IP protocol, TCP/IPprotocol to reload. But XP began to integrate the TCP/IPprotocol, so it can not uninstall as simple as 98, and can resetthe TCP/IP protocol with the Netsh command, so that it canrecover to the state of the initial installation of theoperating system. Specific operations are as follows:Click "start", enter "CMD" command in the run dialog box popsup, and then enter the command prompt window, "Netsh int IPreset c:\resetlog.txt" command will enter the "resetlog.txt"file, which is used to record the results of command executionlog file, the parameter must be specified here, the full pathto the specified log file is "c:\resetlog.txt". The result ofexecuting this command is the same as deleting and reinstallingthe TCP/IP protocol.

Tip: Netsh command is a command line tool written based on ascript, you can use this command to configure and monitor the

Windows system, it also provides interactive network shellinterface, the use of the Netsh command format please refer tothe help file (in the prompt input "netsh/?") .

The second solution is to repair the above documents, WIN9X reextracted files using SFC WIN2000/XP/2003 above, the use of CMD/c SFC/scannow command to repair the file, when using the CMD/c SFC/scannow can not be repaired, can try the special repairtool to solve the problem of WinSockFix online publishing,You can search and download online.

Eight, antivirus software real-time monitoring problemThis is not common, but sometimes it is really related toreal-time monitoring, because now antivirus software real-timemonitoring has added to the content of the web monitoring. Butif there is IE can not browse the web, but also pay attentionto check the antivirus software.

Nine, Application Management service problems

Appear only on the QQ can not open the web page, restart afterjust fine. But even restart, open 7 to 8 web pages and can notopen the web, only on the QQ. Sometimes telecommunicationsoften let you disable Application Management services, you cansolve.

Ten, infection caused by the virus

This often occurs when IE is opened, and in the lower box of

the IE interface, it is shown that the page is opening, but ithasn't responded for the last half of the day. See the processin task manager, (into the method, the mouse on the taskbar,click the right button-Task Manager-process) to see how theCPU occupancy rate, if it is 100%, to be sure, is infected withthe virus, then you simply want to run other programs. This iswhat we should look up the process of greedily occupied CPUresources. After finding the best record the name, and thenclick on the end, if not complete, to boot into safe mode toremove the stuff, but also into the registry, (method: start- run, enter the regedit Registry) in the dialog box. Edit -find, enter the program name, after finding the right mousebutton to delete, and then search several times, oftencompletely remove clean.

A lot of viruses, antivirus software powerless, the only wayis to manually delete.

Eleven, cannot open the two level link (or new window)There is also a phenomenon also need to pay special attention:is to open the website of the home page, but can not open thetwo level link, if so, the method of processing:

Method 1. Re register the following DLL file:

Input in start run:

Regsvr32 Shdocvw.dll

Regsvr32 Shell32.dll (pay attention to this command, don' t lose

it first)

Regsvr32 Oleaut32.dll

Regsvr32 Actxprxy.dll

Regsvr32 Mshtml.dll

Regsvr32 Urlmon.dll

Regsvr32 Msjava.dll

Regsvr32 Browseui.dll

Note: every input one, press enter. The second command can notbe lost, after the completion of these commands to restart thewindows, if found invalid, and then re-enter the input of thesecond command this time.

Method two: problems generated by COMCTL32.DLL f iles.This file may be replaced when you upgrade IE or windows, andperhaps the new version of the COMCTL32.DLL file has BUG. Finda Windows installation CD, search it, find a file calledCOMCTL32.DL_, copy it, use winrar to extract the file asCOMCTL32.DLL file, and overwrite the existing file. (I don'tknow if there' s this file on the 98 CD, I'm using 2000 CD)Method three: using a method to re register Regsvr32

Oleaut32.dll when it is wrongor invalid after re registration.

In the Windows disk to extract Oleaut32.dll files, in theMDAC_IE5.CAB file package, but also with WinRAR extraction andcover the existing.

Method four: DCOM attribute setting error.

See in detail: http://support.microsoft.com/default.aspx?Scid=kb; EN-US; Q274696

1, click "start"".

2, input "Dcomcnfg"".

3, pop up the prompt box to choose "yes"".

4, "default security mechanism" tab.

5. Edit default values in default access permissions".

6. See if there are "SYSTEM" and "Interactive" in the columnbelow the name. If not, add.

7, click OK, click OK.

Method five: downloading the following tools may help to solvethe problem

Http://download.microsoft.com / download / msninvestor / patch / 1.0 / win98 / us /mcrepair.exe

青果云(59元/月)香港多线BGP云服务器 1核 1G

青果云香港CN2_GIA主机测评青果云香港多线BGP网络,接入电信CN2 GIA等优质链路,测试IP:45.251.136.1青果网络QG.NET是一家高效多云管理服务商,拥有工信部颁发的全网云计算/CDN/IDC/ISP/IP-VPN等多项资质,是CNNIC/APNIC联盟的成员之一。青果云香港CN2_GIA主机性能分享下面和大家分享下。官方网站:点击进入CPU内存系统盘数据盘宽带ip价格购买地...

CUBECLOUD:香港服务器、洛杉矶服务器、全场88折,69元/月

CUBECLOUD(魔方云)成立于2016年,亚太互联网络信息中心(APNIC)会员,全线产品均为完全自营,专业数据灾备冗余,全部产品均为SSD阵列,精品网络CN2(GIA) CU(10099VIP)接入,与当今主流云计算解决方案保持同步,为企业以及开发者用户实现灵活弹性自动化的基础设施。【夏日特促】全场产品88折优惠码:Summer_2021时间:2021年8月1日 — 2021年8月8日香港C...

搬瓦工:新增荷兰机房 EUNL_9 测评,联通 AS10099/AS9929 高端优化路线/速度 延迟 路由 丢包测试

搬瓦工最近上线了一个新的荷兰机房,荷兰 EUNL_9 机房,这个 9 的编号感觉也挺随性的,之前的荷兰机房编号是 EUNL_3。这次荷兰新机房 EUNL_9 采用联通 AS9929 高端路线,三网都接入了 AS9929,对于联通用户来说是个好消息,又多了一个选择。对于其他用户可能还是 CN2 GIA 机房更合适一些。其实对于联通用户,这个荷兰机房也是比较远的,相比之下日本软银 JPOS_1 机房可...

ie无法打开internet站点为你推荐
阿里云系统安卓系统和阿里云系统比较?那个很好?优点缺点?比较一下,最近想买,不知道选哪个系统的。个性qq资料`谁有最新 最有个性的QQ个性资料二叉树遍历怎么正确理解二叉树的遍历手机区号打电话怎么加区号?硬盘人电脑对人有多大辐射?QzongQQ空间是Qzone还是Qzong王炳坤nike男子跑步鞋42码的对应同款女子跑步鞋是多少码?尚易企业邮局尚易企业邮箱的服务怎么样火狐flash插件崩溃用火狐玩弹弹堂Flash插件崩溃请客网家庭请客怎样安排菜谱
四川虚拟主机 视频空间租用 日本私人vps vps教程 广东vps 阿里云邮箱登陆首页 duniu buyvm 表单样式 java空间 本网站在美国维护 泉州移动 isp服务商 稳定免费空间 空间登录首页 smtp虚拟服务器 独享主机 电信网络测速器 万网注册 国外免费网盘 更多