开网页的时候总是弹出internet explorer无法打开internet站点
When you open a web page, always pop up Internet Explorer,unable to open the Internet sitethe 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
Webhosting24是一家始于2001年的意大利商家,提供的产品包括虚拟主机、VPS、独立服务器等,可选数机房包括美国洛杉矶、迈阿密、纽约、德国慕尼黑、日本、新加坡、澳大利亚悉尼等。商家VPS主机采用AMD Ryzen 9 5950X CPU,NVMe磁盘,基于KVM架构,德国机房不限制流量,网站采用欧元计费,最低年付15欧元起。这里以美国机房为例,分享几款套餐配置信息。CPU:1core内存...
传统农历新年将至,国人主机商DogYun(狗云)发来了虎年春节优惠活动,1月31日-2月6日活动期间使用优惠码新开动态云7折,经典云8折,新开独立服务器可立减100元/月;使用优惠码新开香港独立服务器优惠100元,并次月免费;活动期间单笔充值每满100元赠送10元,还可以参与幸运大转盘每日抽取5折码,流量,余额等奖品;商家限量推出一款年付特价套餐,共100台,每个用户限1台,香港VPS年付199元...
legionbox怎么样?legionbox是一家来自于澳大利亚的主机销售商,成立时间在2014年,属于比较老牌商家。主要提供VPS和独立服务器产品,数据中心包括美国洛杉矶、瑞士、德国和俄罗斯。其中VPS采用KVM和Xen架构虚拟技术,硬盘分机械硬盘和固态硬盘,系统支持Windows。当前商家有几款大硬盘的独立服务器,可选美国、德国和瑞士机房,有兴趣的可以看一下,付款方式有PAYPAL、BTC等。...