How to Fix “Internet Explorer Cannot Open the Internet Site- Operation Aborted” Error如何解決“ Internet Explorer無法打開Internet網站運行終止”錯誤
ADVERTISEMENTS 廣告Of late few of my blog readers using Internet explorer pointed out to me that there was some error happening while loading my blog in IE.最近幾年,我國博客讀者使用Internet Explorer向我指出,有一些錯誤發生,而我的博客加載在IE瀏覽器。 Around 25% of my readers use Internet Explorer to read my blog.大約25 %的我的讀者使用Internet Explorer看我的博客。 I check my blog frequently in IE and many times I too encountered this error, but initially I thought it was some error in my browser.我查我的博客經常在IE瀏覽器,並多次我也遇到了這個錯誤,但最初我認為這是一些錯誤,我的瀏覽器。 The error is really frustrating as it shows only in IE and not in Firefox or Opera or any other browser for that matter.這個錯誤確實是令人沮喪的,因為它表明只有在IE瀏覽器,而不是Firefox或Opera或任何其他瀏覽器,這一問題。
The nature of error is that it shows up when the site is loads completely.性質的錯誤在於,它表明了該網站時,是完全負荷。 This is what you see when the error occurs.這就是當你看到發生錯誤。

Once you click OK, the page is replaced with “The Page cannot be Displayed” error.當您單擊確定,該網頁是改為: “無法顯示網頁”的錯誤。 How to fix this error?如何解決這一問題的錯誤?
A bit of Googling gave me some idea into this error.當時的情況有點兒使用Google給了我一些想法變成這個錯誤。 This error can happen because of many reasons.這個錯誤可能發生,因為很多原因。 Microsoft has even a patch for solving this error in IE.微軟甚至一個補丁解決這個錯誤的IE瀏覽器。
1. This error can happen if Google Map API is present in the code. 1 。這個錯誤可能發生如果谷歌地圖API是存在於代碼。 If you are getting this error because of Google Map API, then the fix for the problem is available如果您收到此錯誤,因為谷歌地圖的API ,然後修復的問題可 here這裡 . 。
2. If you are not using Google API and still getting the error, then it could be because of this reason. 2 。如果您沒有使用API和谷歌仍然得到錯誤的,那麼它可能是因為這個原因。
It is not possible append to the BODY element from script that isn’ta direct child to the BODY element這是不可能的附加身體元素腳本,不是直接孩子的身體因素
If there are any Javascripts running inside the body tag or inside a table which is directly a child of body, then most of the times this error is bound to happen.如果有任何Javascripts運行在體內標籤或表內直接一個孩子的身體,然後大部分時間這個錯誤是必然發生。 The solution is to move the script to the top or bottom of the body tag or even moving it after the body.解決的辦法是把腳本的頂部或底部的標籤或機構甚至將它的屍體後。 The script can also be put inside a function and then calling it from window.onload.該腳本還可以放進一個函數,然後要求它從window.onload 。 Another solution to this problem is to add defer=”defer” in the script tag.另一種解決這一問題的辦法是將推遲= “推遲”的腳本標記。
I checked my code for scripts which were running inside the body tag and was a direct child to it.我檢查我的代碼的腳本是運行在人體內標記,並直接向兒童。 Then I moved all my Javascript codes to bottom of the body tag so that it will not interfere while parsing the page.然後,我把所有我的Javascript代碼底部的body標記,以便它不會干擾剖析的網頁。 I tested my blog in IE after I made the change and I could see the difference, the error was not happening any more.我測試了我的博客在IE瀏覽器之後,我改變了,我可以看到的區別,錯誤是沒有發生任何更多。 I checked in different versions of IE to confirm.我檢查在不同版本的IE瀏覽器進行確認。 In case you are using IE and still getting the error on my blog, please do inform me.如果你使用的是IE瀏覽器,仍然讓錯誤我的博客,請不要告訴我。
Share & Enjoy分享與享受



























Aug 8th, 2007 at 6:01 pm 2007年8月8日在下午6點01
I use firefox.我使用的Firefox 。 So I don’t see any problems in your blog.所以,我沒有看到任何問題,您的博客。 But this may come to use when my blog’s IE readers complain me of same error in my blog.但是,這可能會使用博客時,我的IE瀏覽器的讀者抱怨我同樣的錯誤在我的博客。 Thanks for the solution.謝謝您的解決方案。 Bookmarked and stumbled!書籤和偶然!
Aug 8th, 2007 at 8:13 pm 2007年8月8日在下午8點13分
The easiest way is to switch to Firefox最簡單的方法是轉換到Firefox瀏覽器
Believe me, I just don’t understand why people are still stuck with IE.請相信我,我只是不明白為什麼人們仍然堅持IE瀏覽器。 
Aug 8th, 2007 at 8:39 pm 2007年8月8日在下午8時39分
@Nuts & Milk, @果仁和牛奶,
Firefox is best one and popular among bloggers, but IE is still the most popular browser. Firefox是最好的和流行的博客,但IE瀏覽器仍然是最受歡迎的瀏覽器。 Although I dont use IE, I corrected this error for the 25% of my site visitors.雖然我不使用IE ,我糾正了這一錯誤的25 % ,我的網站訪客。
Aug 8th, 2007 at 9:51 pm 2007年8月8日在下午9時51
This solution is too precisew.這一解決方案過於precisew 。 But u know thgis error does not happen everytime.但是,視野thgis錯誤不會發生每次。 I face this error during a specific period at around 3 am to 5 am in the morning.我面對的這個錯誤在某一特定時期大約凌晨3時至5時在上午舉行。 And this also sometimes happen to the dashbord area in my admin panel.這有時也發生了dashbord地區在我國管理面板。
Aug 8th, 2007 at 10:06 pm 2007年8月8日在下午10時06分
@Ajay, @阿賈伊,
If it happens to your dashboard also, then I think you should try the Microsoft patch.如果碰巧你的儀表板也,那麼我想你應該嘗試微軟補丁。 Check檢查 this page此頁 for more details.了解更多詳情。
Aug 9th, 2007 at 3:17 am 2007年8月9日在上午03時17分
Thank you for pointing this out, it was exactly謝謝您指出了這一點,正是 the problem問題 I found when investigating about my loss of visits.當我發現我的調查損失的訪問。
All I have to say is, I Hate Internet Explorer.所有我要說的是,我恨的Internet Explorer 。
Aug 9th, 2007 at 5:18 am 2007年8月9日在上午05點18分
Internet Explorer never learn well from firefox. Internet Explorer中從來沒有好好學習Firefox的。 Or they should let Firefox “eat” them and become one!或者,他們應該讓火狐“吃” ,並成為一個!
Aug 9th, 2007 at 9:06 am 2007年8月9日在上午9點06分
It doesnt occur every time when a page is loaded in to the browser, It does happen only few times, once the error occurs, if you reload it once, then the problem should not arise, May be there could be another reason它doesn't發生時,每一個網頁加載到瀏覽器,它不只是發生幾次,一旦出現錯誤,如果你重載一次,那麼這個問題應該不會出現,可能會有另一個原因
Aug 9th, 2007 at 2:03 pm 2007年8月9日在下午2點03
Thanks Nirmal,謝謝Nirmal ,
Thanks a lot for sharing, I was irritated with those CANNOT FIND errors when go to dataone.in for checking my bandwidth usage on IE.多謝分享,我惱怒那些無法找到錯誤dataone.in去檢查我的帶寬使用的IE瀏覽器。
Aug 9th, 2007 at 5:04 pm 2007年8月9日在下午五時04
@Andrea, @安德烈
Hope you fixed the problem.希望你們解決了這一問題。
@Praveen, @ Praveen ,
Its does not occur every time and reloading the page solves the problem.它不會出現每一個時間和重新加載解決問題。 This was the same case with me.這是同一案件我。 A script inside the body was causing this error.裡面的腳本的身體造成了這一錯誤。
@Rishi, @ Rishi ,
Glad that it was useful for you.高興的是,它是有用的你。
Aug 9th, 2007 at 5:39 pm 2007年8月9日在下午5時39分
*gasp* You need to start pimping Firefox/Flock and Opera more in your posts to help remedy this problem. *喘息*您必須開始拉皮條的Firefox /羊群和Opera更您的文章,以幫助解決這一問題。
Aug 9th, 2007 at 7:08 pm 2007年8月9日在下午7點08分
@Kyle, @凱爾,
That was a nice suggestion.這是一個很好的建議。 BTW what the IE percentage in your blog?生物及毒素武器什麼IE瀏覽器的百分比在您的博客? 
Aug 9th, 2007 at 9:17 pm 2007年8月9日在下午9點17分
IE is still a popular browser in general public, and you can not ignore IE visitors. IE瀏覽器仍然是一個受歡迎的瀏覽器中一般公眾,你不能忽視的IE瀏覽器訪客。
Aug 9th, 2007 at 9:23 pm 2007年8月9日在下午9時23分
@Ashok, @阿肖克,
I completely agree with you, IE is the popular browser among general public although Firefox rules among bloggers.我完全同意你的IE瀏覽器是最受歡迎的瀏覽器中一般市民雖然Firefox的規則之間的博客。
Aug 9th, 2007 at 9:28 pm 2007年8月9日在下午9點28分
Thanks for this Nirmal , i was facing this problem with your blog and with sizlopedia too.感謝Nirmal ,我正面臨這個問題,您的博客並與sizlopedia太多。 I didnt think of informing you as i thought there was a problem with my computer .Now hopefully it will be fixed .我沒有想到的通知你,我認為有一個問題我的電腦。現在希望這將是固定的。
Aug 9th, 2007 at 11:09 pm 2007年8月9日在下午11點09分
@Madhur, @ Madhur ,
Initially I too had the impression that it was my computer problem, when many of the readers told me about this, I tried to investigate and found the reason.起初我也有這樣一種印象,這是我的電腦問題時,許多讀者告訴我,這一點,我試圖調查和發現的原因。 I hope the errors are not coming now in my blog.我希望這些錯誤並不是現在在我的博客。
Sep 8th, 2007 at 11:59 pm 9月8日,在2007年晚上11:59
Thanks for the tips.謝謝您的提示。 I solved my problem by adding defer=”defer” in the java script tag.本人解決我的問題,增加推遲= “推遲”的Java腳本標記。
Sep 12th, 2007 at 12:01 pm 9月12日, 2007年在下午12時零一分
i often get such error’s .thanx for sharing..我經常得到這樣的錯誤的。 thanx分享..
Oct 21st, 2007 at 2:03 am 07年10月21日在上午2點03
whats a javascript??how do i get there.or how do i go there in my computer???什麼一個JavaScript ? ?我如何獲得there.or我怎樣在那裡我的電腦嗎? ? ?

Nov 13th, 2007 at 5:35 pm 2007年11月一十三日在下午5點35分
Thanx for the solution!! Thanx的解決辦法! It solved my problem too它解決我的問題太多
Nov 26th, 2007 at 10:49 pm 2007年十一月二十六日在下午10時49分
Ok, here’sa twist -好吧,下面捻-
there is a site that gives me the error when I go there directly , but doesn’t when I go through an anonymous proxy (both cases using IE explorer) Any thoughts on that?有一個網站,讓我的錯誤當我去那裡直接,但不會去當我通過匿名代理(這兩種情況下使用IE瀏覽器)任何想法嗎? I’m wondering if this ner-do-well is somehow using this as a way to screen by IP…我想如果這納島,以及不知是以此作為一種屏幕的IP ...
Nov 27th, 2007 at 6:30 pm 07年十一月27日在下午6:30
@Gendron, @德隆,
It may be due to the fact that proxies may be blocking scripts, so it may not show the error.這可能是由於這樣一個事實,即代理人可能會阻止腳本,所以它可能不會出現錯誤。
Dec 10th, 2007 at 12:27 pm 07年十二月十日在下午12時二十七分
hi夏威夷
i had the same bug in my code and once i put the inline javascript at the end of body tag it started working fine.我有同樣的錯誤我的代碼,一旦我把內置的javascript結束時身體標記開始工作的罰款。
thx. 172 。
Dec 13th, 2007 at 4:12 am 2007年十二月一十三號在上午04點12分
defer=”defer” solved my problem with IE 7.推遲= “推遲”解決我的問題與IE瀏覽器7 。 Thanks for sharing.感謝分享。
Dec 24th, 2007 at 1:00 pm 2007年十二月24日下午1時
Hello, I’ve read your fix, but I’m afraid I still don’t understand.您好,我讀過您的修補程序,但恐怕我還是不明白。
I’ve been using the same webpage for the past two years as my homepage, and just today it started giving me this error.我一直在使用相同的網頁在過去的兩年中為我的首頁,並就在今天開始給我這個錯誤。 I did not make the script for the page, all I do is run the account (deviantART).我沒有腳本的網頁,我要做的就是運行帳戶( deviantART ) 。 It involves no script editing, and from all the googling I’ve done, every person with this problem has it on a page that involves something where they control it.它不涉及腳本編輯,以及所有在Google上搜尋我做,每個人都與這個問題它的網頁上,涉及的東西在那裡,他們控制它。
I’m not very computer savvy when it comes to code, but give me a link and I can follow instructions!我不是很熟悉的計算機時,代碼,但給我一個鏈接,我可以按照指示! Speaking of which, do you have a link to the Microsoft fix?說到這,你有一個連接到微軟修復? I cann’t find it and am very frustrated that I can’t check my deviantART messages because of a stupid glitch.餘cann't找到它,我非常沮喪,我不能查看我的deviantART消息,因為一個愚蠢的故障。
Dec 24th, 2007 at 3:26 pm 2007年十二月24日在下午3時26分
@Pink, @粉紅,
I’ll try out the Microsoft patch.我會盡力的微軟補丁。 I dont have the link for it, but will post it soon.我不有聯繫,但會後不久。 Let me search for it.讓我搜尋。
Dec 24th, 2007 at 3:27 pm 2007年十二月24日在下午3點27分
@Pink, @粉紅,
I didnt get any errors when I checked your webpage!我沒有得到任何錯誤當我檢查自己的網頁!
Dec 24th, 2007 at 3:35 pm 2007年十二月24日在下午3點35
Thank you for looking for the link - and thank you again for letting me know that it’s just me.感謝您尋找鏈接-和再次感謝你讓我知道,這只是我。
I await your responce!我在等待著您的答复!
Dec 24th, 2007 at 3:45 pm 2007年十二月24日在下午三時四十五分
@Pink, @粉紅,
I think you can try moving the Google analytics script below the body tag.我想你可以嘗試把谷歌分析下面的腳本身體標記。
Dec 24th, 2007 at 3:53 pm 2007年十二月24日在下午3時53分
Dec 24th, 2007 at 9:58 pm 2007年十二月24日在下午9時58分
@Pink, @粉紅,
I think you can contact DA and tell the problem if you dont have control of the settings.我想你可以聯絡DA和告訴的問題,如果您不控制的設置。
Mar 25th, 2008 at 9:30 pm 08年3月25日下午九時三十分
Some other sites give me this error but not yours.其他一些網站給我這個錯誤,但不是你的。
Mar 26th, 2008 at 5:34 am 08年3月26號在上午05時34分
Also….另外... 。 Never put a style (inline in my case) of white-space:nowrap; on a element, because you will get the same error.從來沒有把一種風格(內置在我的案件)的白色空間: nowrap ;的因素,因為你會得到同樣的錯誤。 Learned this after a whole day of ripping a page apart today.了解到這一點後,一整天的ripping一個網頁除了今天。
Mar 26th, 2008 at 5:35 am 08年3月26號在上午05時35
.. on a “textarea” element that is, didn’t come through in my last comment.在“文本”內容,即沒有來通過我上次評論。
Apr 8th, 2008 at 5:57 am 08年4月8日在上午05時57分
Hi, Thank you for your solution.您好,感謝您的解決方案。 I also wanted to let you know that I am currently facing JavaScript error in IE on your website.我也想讓你們知道,我目前所面臨的JavaScript錯誤的IE瀏覽器在您的網站上。
Apr 18th, 2008 at 9:54 pm 2008年4月18號在下午9點54分
Am getting this error on Gmail after logging into it, so am stuck with a blank page at -上午得到這個錯誤後,在Gmail登錄到,所以我堅持一個空白頁上- http://mail.google.com/mail/
Dunno who to blame, Gmail or Microsoft Dunno向誰指責, Gmail或微軟
Apr 23rd, 2008 at 2:28 am 2008年4月23號在上午02時28分
Getting this as well when logging ONTO GMAIL.使用這個以及何時登錄到Gmail了。 A single reload usually does fix it, but sometimes even reloading doesn’t work.一個重載通常會修復它,但有時甚至重裝不起作用。
Since I have no control over Gmail code, telling me to mess with the body tag is NOT an option.既然我沒有控制權的Gmail代碼,告訴我搞砸的身體標記是不是一種選擇。
Also, unfortunately using a different browser is NOT an option for me since my employer relies heavily on MS technology.此外,不幸的是使用不同的瀏覽器不是一種選擇,我因為我的雇主在很大程度上依賴於MS技術。
That being said, I should also point out that I NEVER installed anything google (API or otherwise) on any of my machines, so I don’t see how the google API fix will solve anything.儘管如此,我還要指出,我從來沒有安裝任何谷歌( API或其他方式)對我的任何機器,所以我不知道如何谷歌API的修復將解決任何事情。
Can someone please help?是否有人可以幫助嗎?
Apr 28th, 2008 at 9:44 am 2008年四月二十八日在上午09時44分
I’m also having the same problem………..我也有同樣的問題... ... ... ..
Apr 28th, 2008 at 9:29 pm 2008年四月二十八日在下午9時29分
I have both IE and Firefox but I like IE because it displays web pages very nicely.我有兩個IE和Firefox ,但我喜歡IE瀏覽器,因為它顯示的網頁非常不錯。
Firefox has a very coarse display.火狐有一個非常粗糙的顯示。 The web text and graphics simply don’t display as nicely as in IE.該網站的文字和圖形根本沒有很好地顯示在IE瀏覽器。
If anyone knows why that is so please drop me a mail.如果有誰知道這是為什麼,請下拉我的郵件。 - dar(dot)millionaire(at)gmail(dot)com -達爾(點)的百萬富翁(上)的G mail(點)的C OM
Apr 29th, 2008 at 4:24 pm 2008年4月29日在下午4時24分
i am also getting the same problem when i log in to gmail using IE7.我也得到了同樣的問題時,我登錄Gmail使用IE7的。 what i do is delete the history, temporary internet files and the forms and then my mail loads properly.我所要做的就是刪除的歷史, Internet臨時文件和形式,然後我的郵件負載正常。 but after i sign out and sign in again, i get the same error message and i have to do the deleting of history, temporary internet files, etc. all over again.但是在我登出,再次登錄,我得到相同的錯誤訊息,我必須這樣做刪除的歷史, Internet臨時文件等所有了。
how do i permanently solve this problem?我要如何永久地解決這個問題?
May 2nd, 2008 at 1:05 pm 2008年5月2日在下午1時05分
Simply use Firefox.只需使用Firefox 。 It helps u.它有助於美國
May 8th, 2008 at 7:53 pm 08年5月8日在下午7時53分
Hello,餵,
I am having the problem while using mootools.我有這個問題,而使用mootools 。
The article here文章在這裡 http://talk.cmyweb.net/2008/01.....d-solution solves everything.解決一切。
May 13th, 2008 at 10:09 am 2008年五月13日在上午10點09分
Hi,嗨,
I’m getting the same problem too.我收到了同樣的問題太多。 Can someone please provide the step-by-step to change the defer=”defer” in the java script tag.可有人請提供一步一步改變推遲= “推遲”的Java腳本標記。
Thanks…….謝謝... ... 。
May 14th, 2008 at 6:26 pm 2008年5月14日在下午6時26分
I had this error where in the onmouseover event of elements on my page was code referencing other elements by ID.我有這個錯誤而在onmouseover事件的內容在我的網頁代碼參照其他要素的編號。 No mouseovers should occur untill the page is entirely loaded.不應該發生mouseovers直到頁面完全加載。 When I load the page while the mouse is already on the position where the element will be rendered that has an ‘onmouseover’ event, this error occured.當我載入網頁,而鼠標已經在位置的因素將變得具有' onmouseover '活動,這個錯誤發生。 I solved it by disabling all onmouseover code untill a flag startMouseOvers was set to true in the body.onload event.本人解決它的禁用所有onmouseover代碼,直至國旗startMouseOvers被設置為true在body.onload活動。
May 20th, 2008 at 6:15 pm 2008年5月20號在下午6時15
Hi,嗨,
I am getting the same problem.我收到了同樣的問題。 I am using FreeTextBox editor in my page.我使用FreeTextBox編輯我的網頁。 I am not using any javascript block.我沒有使用任何的javascript塊。 The text editor calls javascript files internally.在文字編輯器的javascript文件要求國內。
Please Help.請幫助。
Thanks.謝謝。
May 26th, 2008 at 12:26 pm 2008年5月26號在下午12時26分
i am hving problem in my IE.我hving問題,在我的IE瀏覽器。 It shows IE has encountered proble and needs to close.這表明IE瀏覽器遇到探針,需要關閉。 Will you be kind enough to let me know the remedy.你會友好地讓我知道了補救措施。
May 26th, 2008 at 12:29 pm 2008年5月26號在下午12點29分
How to install FireFox?如何安裝Firefox嗎? I m having IE .餘米了IE瀏覽器。 Do I have to uninstall it first or Can I run both concurrently.我一定要卸載它第一次或我可以同時運行。 Plz explin. Plz explin 。
May 26th, 2008 at 12:32 pm 2008年5月26號在下午12時32分
Do I have to upgrade to SP3 s my XPSP2 is running well and good.我一定要升級到SP3我的XPSP2運行很好。 What are the benefits of SP3 .有什麼好處SP3中。 Is it really necessary to install SP 3.難道真的有必要安裝螺3 。 Plz intimate Plz親密
May 26th, 2008 at 1:55 pm 2008年5月26號在下午1時55分
@Purann, @ Purann ,
You can install Firefox from here-您可以安裝Firefox從這裡, http://www.mozilla.com/en-US/
Jun 5th, 2008 at 2:24 am 08年6月5日在上午02點24
Where can I find the Microsoft patch for IE7?我在哪裡可以找到微軟IE7的補丁? The one mentioned above is for IE6.一個是上文提到的的IE6 。
Jun 13th, 2008 at 9:10 pm 2008年6月13日在下午9點10分
Hi,嗨,
I have this problem when accessing a web application which I test using a testing tool, and the error occurs only when I am recording the applications (business process), but not when I am just browsing through it.我有這個問題時,獲得一個web應用,我測試使用的測試工具,以及發生錯誤,只有當我記錄的應用程序(業務流程) ,但當時我只是翻閱它。 Do you know what might becausing it.你知道它可能becausing 。
Thanks.謝謝。
Jul 24th, 2008 at 6:32 am 2008年7月24日在上午06時32分
Hey guys.嘿傢伙。
Ive spent HOURS and HOURS and HOURS trying to fix this.我已花了幾個小時和數小時試圖解決這一問題。
I did everything any1 could think of!我做的一切都是any1想不出!
On my page, i have at least 10 scripts.在我的網頁上,我有至少10腳本。 mootools, lightbox, and some other marketing scripts. mootools ,燈箱,以及其他一些營銷腳本。
The FLV Video was loading and working 100% fine on Firefox.該視頻視頻加載和工作100 %罰款的Firefox 。
but it wouldnt load on IE!但wouldnt負荷IE瀏覽器!
When i added the defer=”defer” something else would stop working.當我說,推遲= “推遲”別的將停止工作。
The window.addEvent(’domready’ and ‘load’) did not work…該window.addEvent ( ' domready '和'負荷' )沒有工作...
anyhow, nothing worked!無論如何,沒有什麼工作!
THE SOLUTION IS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!該解決方案!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Take your all the way to您所有的途徑
OUT OF THE BODY TAG!從身體標記!
This is one of the reasons that it doesnt work.這是原因之一,它doesn't工作。
Now…現在...
Put the script inside the HEAD TAG!把裡面的腳本的HEAD豪!
function startvideo()功能startvideo ( )
{ (
var s1 = new SWFObject(’player.swf’,’ply’,’210?,’170?,’9?,’#FFFFFF’);葉一新的SWFObject = ( ' player.swf ' , '股' , '210 ? , '170 ? , '9 ? , ' # FFFFFF ' ) ;
etc…等...
IMPORTANT!!!重要!
Now on the Body tag, add the following:現在身體標記,添加如下:
AND THERE YOU GO!和你去!
cheers!乾杯!
Jul 28th, 2008 at 3:56 pm 08年7月28號在下午3時56分
Hi I am experiencing this problem - all pages where we have Google Map on doesn’t work and instead gives the error message above…您好,我遇到這個問題-所有的網頁在我們谷歌地圖上沒有工作,反而使上述錯誤訊息. ..
The link above to fix the problem doesn’t seem to work from my location… the link to ryangrant.net - Can anyone put in the colution in this blog insted… and remember to quote Ryan Grant for it?上面的鏈接來修復這個問題似乎並沒有從我的位置...鏈接ryangrant.net -任何人都可以提出c olution在這個博客i nsted. ..記住引用瑞安格蘭特呢? Thanks…謝謝...
Aug 2nd, 2008 at 6:55 am 2008年8月二日在上午06時55分
Hello, I’m getting the error message when I checked your site on IE Version 7.0.6000 (WinVista).您好,我得到的錯誤訊息當我檢查您的網站上IE版本7.0.6000 ( WinVista ) 。 On Firefox is okay.在Firefox是沒問題。 I’m having the same problems with my blog.我有同樣的問題,我的博客。 I didn’t change anything, just added a new post then problem started happening.我沒有任何改變,只是增加了一個新的問題,然後後開始發生。
Aug 2nd, 2008 at 7:13 am 2008年8月二日在上午07時13分
Hi Nirmal.您好Nirmal 。 I am getting same error in your website in IE 6.我收到同樣的錯誤在您的網站在IE 6 。 Please check..請檢查.. Thanks謝謝
Aug 2nd, 2008 at 7:55 am 2008年8月二日在上午07點55分
Probably it is happening due to sitemeter code which you are using in your footer.也許是由於發生sitemeter代碼,您使用的是在您的頁腳。 I was also using the same and getting the error, now I have removed the sitemeter code.我也使用相同的和得到的錯誤,現在我已經取消了sitemeter代碼。 My blog abhisays.com is now working fine in IE 6.我的博客abhisays.com目前正在罰款的IE 6 。
Aug 2nd, 2008 at 8:05 am 2008年8月二日在上午08時05分
So annoying this problem.因此,惱人的這個問題。 I just noticed this same thing happening on my site.我只注意到這個同樣的事情發生在我的網站上。 Your site by the way still has the same error in microsoft explorer.您的網站的方式仍然有同樣的錯誤在微軟瀏覽器。 Same horrible error.同樣可怕的錯誤。 ugh!啊! I have found nothing that fixes this yet.我什麼也沒找到這本尚未修復。 Really frustrated about it and loosing a lot of traffic and visitors because of it真正的挫折和失去了很多的交通和遊客,因為它
My site works great in firefox.我的網站偉大工程的Firefox 。
Aug 2nd, 2008 at 1:20 pm 2008年8月二日在下午1時20
@Abhishek Kumar, @阿布舍克庫馬爾
Yea Sitemeter was causing the issue.高雅Sitemeter造成了這個問題。 I think HTML version will solve the problem.我認為HTML版本將解決這個問題。
@Anthony, @安東尼,
I have corrected the error on my blog.我已經改正了錯誤我的博客。
Aug 2nd, 2008 at 7:30 pm 2008年8月二日下午7時30分
This will give you all a definite fix.這將使大家一個明確的修補程序。 Go to tools: Internet options: security : Under restricted sites add this site :轉到工具: Internet選項:安全:在受限制的網站添加此網站: http:// *.sitemeter.com , hit close and you’re all set! *. sitemeter.com ,接近死亡,你的所有設置!
Aug 2nd, 2008 at 8:04 pm 2008年8月二日在下午8點04
To everybody who started getting this error just yesterday or today, check to see if your website is using the tracking software Sitemeter.大家誰開始變得這個錯誤就在昨天或今天,請檢查您的網站是否使用的是跟踪軟件Sitemeter 。 Their javascript version is now dishing out this error to every IE users and it’s hit big sites such as Mashable and Perez Hilton among thousands of others.他們的JavaScript版本現在拋出這個錯誤每個IE瀏覽器的用戶和它的熱門大網站,如Mashable和佩雷斯希爾頓成千上萬的其他人。 To fix it, simply remove the tracking code altogether or switch to their plain HTML version.要修復它,只要移除跟踪代碼完全或切換到他們的純HTML的版本。
Aug 2nd, 2008 at 11:10 pm 2008年8月二日在下午11時十
How to fix the bug, especially on August 2nd in relation with Sitemeter (7 methods, plus the cause explained):如何解決這一問題,尤其是在8月2日在與Sitemeter ( 7方法,加上事業解釋) : http://motls.blogspot.com/2008.....meter.html
Aug 3rd, 2008 at 12:26 am 2008年8月3號在上午12點26分
Thanks for all your input - YES!感謝您所有的投入-是的! This exact problem started happening to me yesterday on my own web site and I thought the server was down but it wan’t.這確實開始發生問題,我昨天就我自己的網站,我還以為是服務器,但它wan't 。 So I installed Firefox and all was good.所以,我安裝了Firefox和一切良好。 Then I upgraded to IE 7 and the problem persisted.然後,我升級到IE 7瀏覽器的問題依然存在。
I think you are right.我認為你是正確的。 It’s the sitemeter code but I don’t know how to fix it.這是sitemeter代碼,但我不知道如何解決此問題。
Here is my code - can you tell me what to do?這是我的代碼-你能告訴我該怎麼辦?
Any help is deeply appreciated!任何幫助深表讚賞!
Dee迪伊
Aug 7th, 2008 at 5:36 pm 08年8月7日在下午5點36分
Still I am getting the operation aborted error on IE不過我收到流產手術的IE瀏覽器錯誤
6.0.2900.2180.xpsa_sp2_rtm.040803-2158. 6.0.2900.2180.xpsa_sp2_rtm.040803 - 2158 。 It resolved on mozilla and IE 7.它解決Mozilla和IE 7瀏覽器。 Please reply me.請回复我。
Aug 9th, 2008 at 12:54 am 2008年8月九號在上午12時54分
I added the defer=”defer” code to my Javascripts, which fixed the IE not loading issue, but the fix turned off all the scripts!我還對推遲= “推遲”的代碼我Javascripts ,其中固定的IE瀏覽器無法加載的問題,但該修補程序關閉所有的腳本! It’s not 100% effective for me.這不是100 %有效的我。 Is there another way?是否有另一種方式?
Aug 14th, 2008 at 7:06 pm 2008年8月14日在下午7點06分
Just to say, if anyone is still having this problem and using maps.google.com, have a look at the google api version the url is referencing.只是說,如果任何人仍然是有這個問題,並使用maps.google.com ,看看在API的版本谷歌的網址是參照。 The “v” query param specifies the version.在“ V ”形的查詢參數指定的版本。 Use version 2.118 (as in &v=2.118).使用版本2.118 (如視聽= 2.118 ) 。 You have to be version specific here.你必須在特定的版本。 This version *does* work with IE6.此版本不* *工作的IE6 。 Just stating “&v=2″ will NOT work.只要指出“視聽= 2 ”是行不通的。
Hope this helps someone希望這會有所幫助的人
Aug 18th, 2008 at 2:18 pm二零零八年8月18日在下午2時18分
Another cause for this error message:另一個原因這個錯誤訊息:
Having a self-closed (div) tag near Javascript may cause this error.在一個自我封閉(區)附近的Javascript標記可能會導致這個錯誤。
Having developed an app to run as application/xml+xhtml in Firefox, I needed to back-port it so it also runs in IE.在開發了一個應用程序運行的應用/開頭的xml + Firefox中,我需要回港,以便它也運行在IE瀏覽器。 Self-closing divs are allowed in XHTML 1.1 when served as application/xml+xhtml, but IE chokes when it sees those when served as text/html.自閉divs允許的XHTML 1.1中時擔任應用/的xml + xhtml的,但IE瀏覽器扼流圈時,看到這些時,擔任文字/ HTML中。
if you’re having this problem, check for any unusual self-closed tags ().如果你有這個問題,檢查是否有任何不尋常的自我封閉標記( ) 。
Aug 26th, 2008 at 11:03 pm 08年八月26日在下午11時03分
the problem can also occur if you use a ‘domready’ in a window.addevent.這個問題也可能發生如果您使用' domready '在window.addevent 。 Try using ‘load’ instead.嘗試使用'負荷'代替。
Sep 10th, 2008 at 10:20 am 9月10日, 2008年在上午10時20分
Thanks so much.非常感謝。 Using the defer tag worked for me - this was causing me big problerms!使用標記工作推遲對我來說-這是造成我大p roblerms!
Sep 11th, 2008 at 9:42 pm 9月11日, 2008年在下午9時42分
You may try using the https path instead of http path….您可以嘗試使用HTTPS路徑不是http路徑... 。
https://mail.google.com網址為: https : / / mail.google.com . 。
For me it worked.對於我來說工作。
-Rakesh. -勒凱什。
Trackbacks to this post搬場這一職務
Dec 25th, 2007 at 7:20 pm 2007年十二月二十五日在下午7點20分