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

wordpress外贸企业主题 wordpress高级全行业大气外贸主题

wordpress高级全行业大气外贸主题,wordpress通用全行业高级外贸企业在线询单自适应主题建站程序,完善的外贸企业建站功能模块 + 高效通用的后台自定义设置,更实用的移动设备特色功能模块 + 更适于欧美国外用户操作体验 大气简洁的网站风格设计 + 高效优化的网站程序结构,更利于Goolge等SEO搜索优化和站点收录排名。点击进入:wordpress高级全行业大气外贸主题主题价格:¥398...

Raksmart:香港高防服务器/20Mbps带宽(cn2+bgp)/40G-100Gbps防御

RAKsmart怎么样?RAKsmart香港机房新增了付费的DDoS高防保护服务,香港服务器默认接入20Mbps的大陆优化带宽(电信走CN2、联通和移动走BGP)。高防服务器需要在下单页面的IP Addresses Option里面选择购买,分:40Gbps大陆优化高防IP-$461/月、100Gbps国际BGP高防IP-$692/月,有兴趣的可以根据自己的需求来选择!点击进入:RAKsmart官...

IMIDC日本多IP服务器$88/月起,E3-123x/16GB/512G SSD/30M带宽

IMIDC是一家香港本土运营商,商家名为彩虹数据(Rainbow Cloud),全线产品自营,自有IP网络资源等,提供的产品包括VPS主机、独立服务器、站群独立服务器等,数据中心区域包括香港、日本、台湾、美国和南非等地机房,CN2网络直连到中国大陆。目前主机商针对日本独立服务器做促销活动,而且提供/28 IPv4,国内直连带宽优惠后每月仅88美元起。JP Multiple IP Customize...

ie无法打开internet站点为你推荐
行业关键词怎么挖掘关键词呢,都有哪些方法赵雨润《星辰变》电影什么时候能开机拍呢?主页改不了浏览器主页改不了 怎么办啊怎么样免费装扮qq空间如何免费装扮qq空间ps抠图技巧如何使用PS抠图vbscript教程请教一下高手们,这个VBS脚本难不难啊,我想学学这个,但是又不知道该从哪入手,希望高手指点指点??xv播放器下载迅雷看看下载的XV格式的电影用什么播放器可以播放?(没有互联网的情况下)雅虎天盾高手进来看看我该怎么办 新装的ie8 内存使用率达到100%了电子商务网站模板电子商务网站模板哪个好?电子商务网站模板免费建站怎么样?系统分析员如何成为系统分析师?
虚拟主机是什么 jsp虚拟主机 网站虚拟主机空间 景安vps 域名服务器的作用 域名解析文件 主机屋 美国主机排名 站群服务器 uk2 毫秒英文 服务器维护方案 789电视 免费活动 1美金 优酷黄金会员账号共享 华为云建站 主机返佣 后门 北京主机托管 更多