无法打开开网页的时候总是弹出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

创梦网络-四川一手资源高防大带宽云服务器,物理机租用,机柜资源,自建防火墙,雅安最高单机700G防护,四川联通1G大带宽8.3W/年,无视UDP攻击,免费防CC

? ? ? ?创梦网络怎么样,创梦网络公司位于四川省达州市,属于四川本地企业,资质齐全,IDC/ISP均有,从创梦网络这边租的服务器均可以****,属于一手资源,高防机柜、大带宽、高防IP业务,另外创梦网络近期还会上线四川联通大带宽,四川联通高防IP,一手整CIP段,四川电信,联通高防机柜,CN2专线相关业务。成都优化线路,机柜租用、服务器云服务器租用,适合建站做游戏,不须要在套CDN,全国访问快...

随风云25元/月 ,德阳高防云服务器 2核2G 10M 75元/月 内蒙古三线BGP服务器 2核2G 5M

公司介绍成都随风云科技有限公司成立于2021年,是国内领先的互联网业务平台服务提供商。公司专注为用户提供低价高性能云计算产品,致力于云计算应用的易用性开发,并引导云计算在国内普及。目前公司研发以及运营云服务基础设施服务平台(IaaS),面向全球客户提供基于云计算的IT解决方案与客户服务,拥有丰富的国内BGP、双线高防、香港等优质的IDC资源。公司一直秉承”以人为本、客户为尊、永续创新&...

BuyVM新设立的迈阿密机房速度怎么样?简单的测评速度性能

BuyVM商家算是一家比较老牌的海外主机商,公司设立在加拿大,曾经是低价便宜VPS主机的代表,目前为止有提供纽约、拉斯维加斯、卢森堡机房,以及新增加的美国迈阿密机房。如果我们有需要选择BuyVM商家的机器需要注意的是注册信息的时候一定要规范,否则很容易出现欺诈订单,甚至你开通后都有可能被禁止账户,也是这个原因,曾经被很多人吐槽的。这里我们简单的对于BuyVM商家新增加的迈阿密机房进行简单的测评。如...

ie无法打开internet站点为你推荐
易pc华硕的易PC怎么样,能流畅运行的游戏大概是什么水平的?站长故事爱迪生的故事ghostxp3目前最好的ghost xp3是什么?如何建立一个网站如何建立一个网站开机滚动条电脑开机滚动条要走好几次畅想中国未来的中国是什么样子的云挂机云软件挂机赚钱是骗子系统分析员系统分析师是什么职业?主要做什么工作?什么是云平台什么是家庭云平台?网站优化方案网站优化方案应该从哪些方面去分析?
域名备案中心 搬瓦工官网 韩国电信 gitcafe dropbox网盘 网通服务器ip 国外网站代理服务器 个人免费空间 php空间推荐 股票老左 服务器托管什么意思 卡巴斯基免费试用 服务器监测 银盘服务是什么 彩虹云 国外在线代理服务器 深圳域名 免费php空间 阵亡将士纪念日 ssl加速 更多