How to Fix “Internet Explorer Cannot Open the Internet Site- Operation Aborted” Error 어떻게 해결하려면 "인터넷 익스플로러"오류는 인터넷 사이트를 열 수 없다 - 작전 중단됨
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 또는 그 문제에 대한 다른 브라우저에 표시 오류 정말 답답합니다.
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. 검색의 비트 날이 오류로 일부 아이디어를 줬습니다. This error can happen because of many reasons. 이 오류는 여러 가지 이유로 인해 발생할 수있습니다. Microsoft has even a patch for solving this error in IE. MS의 IE에서이 오류를 해결하기위한 패치도있다.
1. This error can happen if Google Map API is present in the code. 구글지도 API는 코드에 존재하는 경우 1. 이러한 오류가 발생할 수있습니다. 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 가능한 스크립트에서 BODY 요소를 추가하지 못하므로 그 BODY 요소로 직접 아이
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. 어떤 경우에는 Javascript를 본문 태그 또는 직접 시체의 자식이다, 그럼 테이블을 안으로 안으로 실행하는 대부분이 오류가 일어날 수밖에 없다는 시대의. 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. 그러면 내가 그렇게하는 동안 페이지 하단 본문 태그의 구문 분석에 방해가되지 않습니다 그것이 내 모든 자바 스크립트 코드를 옮겼다. 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 8 일 오후 6:01 2007 8월
I use 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 8 일 오후 8:13 2007 8월
The easiest way is to switch to Firefox 가장 쉬운 방법은 파이어 폭스로 전환하는 것입니다
Believe me, I just don’t understand why people are still stuck with IE. 날 믿어, 난 그저 사람들이 왜 아직도 이해가 안가 IE와 함께 붙어있습니다. 
Aug 8th, 2007 at 8:39 pm 8 일 오후 8:39 2007 8월
@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. 비록 여러가지로 사용하는 인터넷 익스플로러, 내 사이트 방문자의 25 %에 대해이 오류 수정.
Aug 8th, 2007 at 9:51 pm 8 일 오후 9:51 2007 8월
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 8 일 오후 10:06 2007 8월
@Ajay, @ Ajay,
If it happens to your dashboard also, then I think you should try the Microsoft patch. 대시보드 경우에도, 그 다음에 당신은 Microsoft 패치를 시도해야한다고 생각됩니까. Check 확인 this page 이 페이지를 for more details. 자세한 내용은.
Aug 9th, 2007 at 3:17 am 2007년 8월 9일 오전 3:47
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일 오전 5:18
Internet Explorer never learn well from firefox. Firefox에서 Internet Explorer를 잘 배울 줄 모르는. 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 그것을 할 때마다 브라우저에 로드될 때 페이지에서 발생하는가, 몇 번 밖에 일어나지 않는 한 오류가 발생하면 일단 다음 문제가 발생하지 말았 어야지, 그것을 다시로드받을 수있는 또 다른 이유가 발생하면
Aug 9th, 2007 at 2:03 pm 2007년 8월 9일 오후 2시 3분에서
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. 덕분에 공유를 위해 많이들을 수있을 때 오류를 발견하지 못했습니다 내 대역폭 사용량을 확인하기 위해서는 IE에 염증 dataone.in로 이동했다.
Aug 9th, 2007 at 5:04 pm 2007년 8월 9일 오후 5시 4분에서
@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, @ 리시,
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. * 당신은 파이어 폭스의 포주를 시작합니다 / 군집해과 오페라의 게시물을 더 이상이 문제를 해결 도움이 필요 한모금 *.
Aug 9th, 2007 at 7:08 pm 2007년 8월 9일 오후 7시 8분에서
@Kyle, @ 카일,
That was a nice suggestion. 그것 참 좋은 제안을했다. BTW what the IE percentage in your blog? BTW 어떤 블로그에 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 블로거들 사이 규칙이 있지만 일반 국민 사이에 인기가 브라우저입니다.
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시 9분에서
@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. 전 = "미루다 미루다"자바 스크립트 태그를 추가하여 내 문제를 해결했다.
Sep 12th, 2007 at 12:01 pm 9 월 12 일 2007 오후 12시 1분
i often get such error’s .thanx for sharing.. 나는 종종 .. 공유하는 등 오류가있습니다. 고마워요 얻을
Oct 21st, 2007 at 2:03 am 2007년 10월 21일 오전 2시 3분
whats a javascript??how do i get there.or how do i go there in my computer??? 자바 스크립트가 뭐죠?? 어떻게 내가 어떻게 거기에 내 컴퓨터에 가야합니까? there.or받을 수 있나요??

Nov 13th, 2007 at 5:35 pm 2007년 11월 13일 오후 5시 35분에서
Thanx for the solution!! 고마워요 솔루션을 위해!! It solved my problem too 너무 내 문제 해결
Nov 26th, 2007 at 10:49 pm 2007년 11월 26일 오후 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… 만약이 NER - - 잘 어떻게든 IP에 의해 화면이 사용하는 방법으로 할 수 있는지 궁금 하군요 ...
Nov 27th, 2007 at 6:30 pm 11 월, 27 2007 오후 6시 반
@Gendron, @ 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 12 월 13 일, 10 일 2007 오후 12시 27분
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. 난 내 코드에 내가 근무하기 시작 괜찮 본문 태그의 끝에 인라인 같은 버그와 자바 스크립트를 넣어 한번했다.
thx. 들으.
Dec 13th, 2007 at 4:12 am 2007년 12월 13일 오전 4:12
defer=”defer” solved my problem with IE 7. = ""연기할 IE 7을 함께 내 문제 해결을 지연. Thanks for sharing. 공유해 주셔서 감사합니다.
Dec 24th, 2007 at 1:00 pm 12 월 13 일, 24 일 2007에서 오후 1:00
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. 내 홈페이지로 지난 2 년 동안, 그리고 오늘 날이 오류를 시작 동일한 웹페이지를 사용해 왔습니다. 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. 그것은, 모든 검색 난,이 문제와 관련된 모든 사람 해봤에서 스크립트를 편집 페이지에 그들이 어디 제어가 뭔가 관련된있다.
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? 그러고보, 당신은 MS의 수정에 대한 링크가합니까? I cann’t find it and am very frustrated that I can’t check my deviantART messages because of a stupid glitch. 나는 그것을 아주 바보 같은 결함이 있기 때문에 내가 내 deviantART 메시지를 확인할 수 없기 때문에 좌절하고 베풀 두지.
Dec 24th, 2007 at 3:26 pm 12 월 13 일, 24 일 2007 오후 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 12 월 13 일, 24 일 2007 오후 3시 27분
@Pink, @ 핑크,
I didnt get any errors when I checked your webpage! 난 어떤 오류가 발생하면 귀하의 웹페이지를 확인하면 그때!
Dec 24th, 2007 at 3:35 pm 12 월 13 일, 24 일 2007 오후 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 12 월 13 일, 24 일 2007 오후 3시 45분
@Pink, @ 핑크,
I think you can try moving the Google analytics script below the body tag. 당신이 그 시체를 태그 아래에 Google Analytics 스크립트를 이동하려고 수 있다고 생각합니다.
Dec 24th, 2007 at 3:53 pm 12 월 13 일, 24 일 2007 오후 3시 53분
Dec 24th, 2007 at 9:58 pm 12 월 13 일, 24 일 2007 오후 9시 58분
@Pink, @ 핑크,
I think you can contact DA and tell the problem if you dont have control of the settings. 난 당신이 검사에 문의하여 문제를 얘기하면 설정의 통제 해달라고 생각합니다.
Mar 25th, 2008 at 9:30 pm 오후 9시 반 3월 25, 2008
Some other sites give me this error but not yours. 다른 사이트는 나를이 오류가 아니라 당신에게.
Mar 26th, 2008 at 5:34 am 2008년 3월 26일 오전 5:33
Also…. 역시 .... Never put a style (inline in my case) of white-space:nowrap; on a element, because you will get the same error. 절대 내 사건에) 화이트 - 공간 : 넘김 없음; a 요소에 동일한 오류가 발생했기 때문에 얻을 것이다 (인라인 스타일. Learned this after a whole day of ripping a page apart today. 오늘 몸 상태는 페이지의 전체를 하루 만에 사기범이 배워요.
Mar 26th, 2008 at 5:35 am 2008년 3월 26일 오전 5:34
.. on a “textarea” element that is, didn’t come through in my last comment. "텍스트"를 통해 나의 마지막 코멘트에 나온 건 아니라는 요소에있다.
Apr 8th, 2008 at 5:57 am 4월 8일, 2008 오전 11:44
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. 또한 내가 현재 귀하의 웹사이트에 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 누가, Gmail이나 MS의 모르긴 비난
Apr 23rd, 2008 at 2:28 am 2008년 4월 23일 오전 2시 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. 또한, 불행하게도 다른 브라우저를 사용하지 않는 내 고용주 이후로 저를 위해 미시시피 옵션입니다 심할 기술에 의존하고있다.
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 4월 28일, 2008 오전 9:44
I’m also having the same problem……….. 도 ... ... ... ... ... ... 동일한 문제를 보내고있어
Apr 28th, 2008 at 9:29 pm 2008년 4월 28일에서 오후 9시 29분
I have both IE and Firefox but I like IE because it displays web pages very nicely. 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 - () 백만 장자 도트 에스 (시) Gmail은 () 회사야
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. 또한 IE7을 사용하여 Gmail에 로그인할 때 같은 문제가 뜹니다. what i do is delete the history, temporary internet files and the forms and then my mail loads properly. 내가 역사를 어떻게 삭제합니까, 임시 인터넷 파일과 양식을 누른 다음 내 메일 부하를 적절히. 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. 하지만 후 로그아웃하고 다시 로그인, 저도 같은 오류 메시지와 내가해야 할 역사의 삭제, 임시 인터넷 파일, 등 모든 걸 처음부터 다시.
how do i permanently solve this problem? 영구적으로이 문제를 해결하려면 어떻게해야합니까?
May 2nd, 2008 at 1:05 pm 2008년 5월 2일 오후 1시 5분에서
Simply use Firefox. 단순히 파이어 폭스를 사용합니다. It helps u. 그것은 미 도움
May 8th, 2008 at 7:53 pm 2008년 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년 5월 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. 누군가 - 의해 - 단계 = "연기하다"자바 스크립트 태그에 경의를 표하다을 변경하는 단계를 제공시기 바랍니다.
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. 이 오류가 어디에 요소의 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 코드가 나올 때까지 모든 사실에 body.onload 대회에서 플래그 startMouseOvers 설정을 해제하여 그것을 해결했다.
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. 내 IE에서 문제가 hving입니다. It shows IE has encountered proble and needs to close. 그것은 IE의 proble가있어서 프로그램을 종료해야 보여줍니다. 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- 당신이 여기에서 파이어 폭스를 설치할 수있습니다 - http://www.mozilla.com/en-US/
Jun 5th, 2008 at 2:24 am 6월 5일, 2008 오전 2:24
Where can I find the Microsoft patch for IE7? 어디에서 IE7을위한 마이크로 소프트 패치를 찾을 수 있습니까? The one mentioned above is for IE6. 하나는 위에서 언급한 6위한 것입니다.
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. 제가 테스트 도구를 사용하여 웹 응용 프로그램에 액세스할 때 내가 어떤 테스트, 그리고이 문제가있을 경우에만 응용 프로그램 오류 (비즈니스 프로세스) 오전 발생 녹음이 아니라 그냥 통해 브라우징 할 때입니다. Do you know what might becausing it. 당신이 무엇인지는 아시겠습니까 becausing.
Thanks. 감사합니다.
Jul 24th, 2008 at 6:32 am 7월 24일, 2008 오전 6: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. 는 대한 FLV 비디오 도표와 파이어 폭스에 100 % 잘 작동합니다.
but it wouldnt load on IE! 하지만 인터넷 익스플로러에 wouldnt로드!
When i added the defer=”defer” something else would stop working. 그 때 난 = "작동을 멈출 것"뭔가 다른 미루다 미루다 덧붙였다.
The window.addEvent(’domready’ and ‘load’) did not work… 이 사업부 ( 'domready'와 '부하')가 작동하지 않았다 ...
anyhow, nothing worked! 아무튼, 아무 효과!
THE SOLUTION IS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 이 솔루션이다 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Take your all the way to 귀하의 모든 방법을 가져가
OUT OF THE BODY TAG! BODY 태그 아웃!
This is one of the reasons that it doesnt work. 그것이 하나의 이유가 작품 중 하나입니다.
Now… 지금은 ...
Put the script inside the HEAD TAG! HEAD의 태그 내부의 스크립트를 내려놔!
function startvideo() 함수 startvideo ()
{ (
var s1 = new SWFObject(’player.swf’,’ply’,’210?,’170?,’9?,’#FFFFFF’); var 에스원 = 새로운 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 2008년 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… 안녕하세요 저는이 문제를 겪고 오전 9시 - 모든 페이지가 작동하지 않으면 우리가 어디에와 구글지도가 대신 위의 오류 메시지가주는 ...
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로 연결되는 링크가 보이질 않는 - 아무나 ... insted이 블로그에 올릴 수 있을까하고 그것을 colution에서 라이언 그랜트 견적을 기억하세요? Thanks… 고마워요 ...
Aug 2nd, 2008 at 6:55 am 2008년 8월 2일 오전 6:54
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. 파이어 폭스는 괜찮 아요. 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월 2일 오전 7: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월 2일 오전 7: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월 2일 오전 8: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. 여전히 Microsoft 탐색기에서 같은 방법으로 귀하의 사이트에 오류가있다. 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. 내 사이트가 파이어 폭스에서 잘 작동합니다.
Aug 2nd, 2008 at 1:20 pm 2008년 8월 2일 오후 1시 20분에서
@Abhishek Kumar, @ Abhishek 쿠마,
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월 2일 오후 7시 30 분
This will give you all a definite fix. 이 모두가 확실한 고칠 줄 것입니다. Go to tools: Internet options: security : Under restricted sites add this site : 도구로 이동 : 인터넷 옵션 : 보안 : 제한된 사이트에서이 사이트를 추가 : http:// http://를 *.sitemeter.com , hit close and you’re all set! *. sitemeter.com, 주변 맞고 다 버렸잖아!
Aug 2nd, 2008 at 8:04 pm 2008년 8월 2일 오후 8시 4분에서
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. 이제 모두가 IE 사용자들이 자바 스크립트 버전과 dishing 그것이 오류 중에 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월 2일 밤 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. 그래서 나는 좋은 모든 파이어 폭스가 설치되어 있어야합니다. Then I upgraded to IE 7 and the problem persisted. 그럼 7 IE의 업그레이 드에 문제를 지속했다.
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 2008년 8월 7일 오후 5시 36분에서
Still I am getting the operation aborted error on 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. 모질라와 IE 7 일 해결. Please reply me. 제발 날 회신해 주시기 바랍니다.
Aug 9th, 2008 at 12:54 am 2008년 8월 9일 오전 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! 전 = ""IE의 문제가 아니라 고정된 로딩 내 Javascript를, 코드를 미루다,하지만 연기할 수정 프로그램을 모두 해제 스크립트 추가! It’s not 100% effective for me. 100 % 나를 위해 효과가 없다. Is there another way? 다른 방법은 없나요?
Aug 14th, 2008 at 7:06 pm 14 일 오후 7시 6분 2008 8월
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 URL을 참조하는 데 사용되는 버전은 구글 API를 살펴보고있다. The “v” query param specifies the version. "v"를 쿼리 param의 버전을 지정합니다. Use version 2.118 (as in &v=2.118). v를 사용하는 버전 2.118 = 2.118 (&). You have to be version specific here. 여기에 특정 버전 있어야합니다. This version *does* work with IE6. * 6 * 작품 않기 때문에이 버전입니다. Just stating “&v=2″ will NOT work. 그냥 "진술 & 브이 = 2"작동합니다.
Hope this helps someone 희망이 사람을 도움
Aug 18th, 2008 at 2:18 pm 18 일, 오후 2시 18분 2008 8월
Another cause for this error message: 이 오류 메시지에 대한 또 다른 원인은 :
Having a self-closed (div) tag near Javascript may cause this error. 자기를 가졌 - (div는) 자바 스크립트 태그를 폐쇄 근처에이 오류가 발생할 수있습니다.
Having developed an app to run as application/xml+xhtml in Firefox, I needed to back-port it so it also runs in IE. 난 다시 일하러 - 그럴 필요도 IE에서 실행되는 응용 프로그램으로 포트 / XML 파일 + Firefox에서 실행하는 애플 리케이션을 개발 XHTML을 가졌어요. 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. 셀프 - div를 닫을 때 XHTML 1.1는 애플 리케이션으로 / XML 파일 + XHTML을,하지만 그 때 때 IE는 숨이 text / html로 재직 역임보고 사용할 수있습니다.
if you’re having this problem, check for any unusual self-closed tags (). 어떤 특이한 경우 자체에 대한 확인 - 태그를 폐쇄하는 데있어이 문제 ().
Aug 26th, 2008 at 11:03 pm 2008년 8월 26일 오후 11시 3분에서
the problem can also occur if you use a ‘domready’ in a window.addevent. 만약 당신이 ''domready 사업부에서 사용하는 문제도 발생할 수있습니다. 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! 태그를 연기할 사용 나를 위해 일한 -이 날 problerms 큰 원인이었다!
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. - Rakesh.
Oct 6th, 2008 at 12:26 pm 2008년 10월 6일 오후 12시 26분에서
Had the same problem with IE (error message)very annoying.Quickfix,do what Sergemeister says will fix your problem.Thanks Serge. 인터넷 익스플로러와 같은 문제가 매우 annoying.Quickfix (에러 메세지), 무슨 일을 Sergemeister다면 당신 problem.Thanks 서지 수정한다.
Oct 14th, 2008 at 4:17 am 10월 14일, 2008 오전 4:17
I got this error and solved it. 이 오류가 발생하고 그것을 해결했다. I am using google adsense. 나는 Google AdSense를 사용하고있습니다. I was changing the php code of my web site and commented the adsense code through automatic feature. 내 웹 사이트의 PHP 코드를 변경하고 자동 기능을 통해 애드 센스 코드 논평했다. Apparently, this made IE mad. 분명히,이 IE를 화나게했다. It seems like it might happen if you put HTML comments “–>” “<!–” wrongly into jawascript. 만약 당신이 "HTML 주석을 넣어 마치 일어날지도 모른다고 ->""<!-" 잘못 jawascript로 것 같다.
Trackbacks to this post 이 게시물에 달린 트랙백
Dec 25th, 2007 at 7:20 pm 12 월 13 일, 25 일 2007 오후 7시 20분