How to Fix “Internet Explorer Cannot Open the Internet Site- Operation Aborted” Error Come Fix "di Internet Explorer non può aprire il sito Internet-Operazione interrotta" Errore
ADVERTISEMENTS MESSAGGI PUBBLICITARIOf 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. Dei ritardi di alcuni dei miei lettori del blog usando Internet Explorer sottolineato a me che non vi è stato qualche errore durante il caricamento avviene mio blog in Internet Explorer. Around 25% of my readers use Internet Explorer to read my blog. Circa il 25% dei miei lettori utilizza Internet Explorer per leggere il mio blog. 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. Controllare spesso il mio blog in Internet Explorer e molte volte ho anche incontrato questo errore, ma inizialmente ho pensato che fosse qualche errore nel mio browser. The error is really frustrating as it shows only in IE and not in Firefox or Opera or any other browser for that matter. L'errore è veramente frustrante, come dimostra solo in IE e non in Firefox o Opera o qualsiasi altro browser per tale questione.
The nature of error is that it shows up when the site is loads completely. La natura di errore è che mostra quando il sito è completamente carica. This is what you see when the error occurs. Questo è ciò che si vede quando si verifica l'errore.

Once you click OK, the page is replaced with “The Page cannot be Displayed” error. Dopo aver fatto clic su OK, la pagina viene sostituita con "La pagina non può essere visualizzata" errore. How to fix this error? Come risolvere questo errore?
A bit of Googling gave me some idea into this error. Un po 'di usare Google mi ha dato qualche idea in questo errore. This error can happen because of many reasons. Questo errore può verificarsi a causa di molti motivi. Microsoft has even a patch for solving this error in IE. Microsoft ha anche una patch per risolvere questo errore in Internet Explorer.
1. This error can happen if Google Map API is present in the code. 1. Questo errore si può verificare se Google Map API è presente nel codice. If you are getting this error because of Google Map API, then the fix for the problem is available Se ricevi questo errore a causa di Google Map API, quindi la correzione per il problema è disponibile here qui .
2. If you are not using Google API and still getting the error, then it could be because of this reason. 2. Se non si utilizza API di Google e ottenere ancora l'errore, quindi potrebbe essere causa di questo motivo.
It is not possible append to the BODY element from script that isn’ta direct child to the BODY element Non è possibile aggiungere al corpo elemento da script che non è un figlio diretto al corpo elemento
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. Se vi sono in esecuzione degli script Java all'interno del corpo etichetta o all'interno di una tabella, che è direttamente un bambino del corpo, quindi la maggior parte delle volte questo errore è destinata a succedere. The solution is to move the script to the top or bottom of the body tag or even moving it after the body. La soluzione è quella di spostare lo script nella parte superiore o inferiore del corpo etichetta o addirittura di spostarlo dopo il corpo. The script can also be put inside a function and then calling it from window.onload. Lo script può anche essere messo dentro una funzione e quindi chiamando da window.onload. Another solution to this problem is to add defer=”defer” in the script tag. Un'altra soluzione a questo problema è di aggiungere differire = "differire" nel tag script.
I checked my code for scripts which were running inside the body tag and was a direct child to it. Ho verificato il mio codice di script che sono stati pubblicati all'interno del corpo etichetta ed è stato un figlio diretto ad essa. Then I moved all my Javascript codes to bottom of the body tag so that it will not interfere while parsing the page. Poi mi sono trasferito tutti i miei codici Javascript per toccare il fondo del corpo etichetta in modo che non interferiscano durante il parsing della pagina. I tested my blog in IE after I made the change and I could see the difference, the error was not happening any more. Ho testato il mio blog in Internet Explorer dopo aver fatto la modifica e ho potuto vedere la differenza, l'errore è stato non accada più. I checked in different versions of IE to confirm. Ho verificato che in diverse versioni di IE per confermare. In case you are using IE and still getting the error on my blog, please do inform me. Nel caso in cui si utilizza Internet Explorer e ottenere ancora l'errore nel mio blog, si prega di informare fare a me.
Share & Enjoy Condividi & Enjoy



























Aug 8th, 2007 at 6:01 pm Agosto 8th, 2007 alle 6:01 pm
I use firefox. Io uso Firefox. So I don’t see any problems in your blog. Quindi non vedo alcun problema nel tuo blog. But this may come to use when my blog’s IE readers complain me of same error in my blog. Ma questo può provenire da usare quando il mio blog IE lettori si lamentano di me stesso errore nel mio blog. Thanks for the solution. Grazie per la soluzione. Bookmarked and stumbled! Segnalibro e imbattuti!
Aug 8th, 2007 at 8:13 pm Agosto 8th, 2007 alle 8:13 pm
The easiest way is to switch to Firefox Il modo più semplice è quello di passare a Firefox
Believe me, I just don’t understand why people are still stuck with IE. Credetemi, io solo non capisco perché le persone sono ancora bloccata con IE. 
Aug 8th, 2007 at 8:39 pm Agosto 8th, 2007 alle 8:39 pm
@Nuts & Milk, @ Dadi & Latte,
Firefox is best one and popular among bloggers, but IE is still the most popular browser. Firefox è migliore e uno popolare tra i blogger, ma IE è ancora il più popolare browser. Although I dont use IE, I corrected this error for the 25% of my site visitors. Anche se ho dont l'uso di IE, ho corretto questo errore per il 25% dei miei visitatori del sito.
Aug 8th, 2007 at 9:51 pm Agosto 8th, 2007 alle 9:51 pm
This solution is too precisew. Questa soluzione è troppo precisew. But u know thgis error does not happen everytime. Ma u sa thgis errore non accade ogni volta. I face this error during a specific period at around 3 am to 5 am in the morning. Mi faccia questo errore durante un determinato periodo di tempo a circa 3 del mattino alle 5 del mattino al mattino. And this also sometimes happen to the dashbord area in my admin panel. E questo anche a volte capita di dashbord la zona nel mio pannello di admin.
Aug 8th, 2007 at 10:06 pm Agosto 8th, 2007 a 10:06 pm
@Ajay, @ Ajay,
If it happens to your dashboard also, then I think you should try the Microsoft patch. Se succede al tuo cruscotto inoltre, penso che si dovrebbe provare la patch Microsoft. Check Controllo this page questa pagina for more details. per maggiori dettagli.
Aug 9th, 2007 at 3:17 am 9a agosto, 2007 alle 3:17 am
Thank you for pointing this out, it was exactly Grazie per aver puntato su questo, è stato esattamente the problem il problema I found when investigating about my loss of visits. Ho trovato nell'ambito delle indagini sulla mia perdita di visite.
All I have to say is, I Hate Internet Explorer. Tutto quello che devo dire è, a mio Hate Internet Explorer.
Aug 9th, 2007 at 5:18 am 9a agosto, 2007 alle 5:18 am
Internet Explorer never learn well from firefox. Internet Explorer non imparare anche da Firefox. Or they should let Firefox “eat” them and become one! O devono lasciare Firefox "mangiare" e diventare uno!
Aug 9th, 2007 at 9:06 am 9a agosto, 2007 alle 9:06 am
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 E 'doesn't ogni volta che si verifica quando una pagina viene caricata per il browser, può capitare solo poche volte, una volta che l'errore si verifica, se è stata ricaricata una volta, quindi il problema non dovrebbe verificarsi, può essere ci potrebbe essere un altro motivo
Aug 9th, 2007 at 2:03 pm 9a agosto, 2007 alle 2:03 pm
Thanks Nirmal, Grazie 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. Grazie molto per la condivisione, ero irritato con quelli NON PUO 'TROVARE errori quando vai a dataone.in per controllare il mio utilizzo della larghezza di banda su IE.
Aug 9th, 2007 at 5:04 pm 9a agosto, 2007 alle 5:04 pm
@Andrea, @ Andrea,
Hope you fixed the problem. La speranza è risolto il problema.
@Praveen, @ Praveen,
Its does not occur every time and reloading the page solves the problem. La sua non si verifica ogni volta e ricarica la pagina risolve il problema. This was the same case with me. Questo è stato il caso stesso con me. A script inside the body was causing this error. Uno script all'interno del corpo è stato causa di questo errore.
@Rishi, @ Rishi,
Glad that it was useful for you. Lieto che sia stato utile per te.
Aug 9th, 2007 at 5:39 pm 9a agosto, 2007 alle 5:39 pm
*gasp* You need to start pimping Firefox/Flock and Opera more in your posts to help remedy this problem. * * È il cuore in gola necessità di avviare pimping Firefox / Flock e Opera in più i tuoi post per aiutare porre rimedio a questo problema.
Aug 9th, 2007 at 7:08 pm 9a agosto, 2007 alle 7:08 pm
@Kyle, @ Kyle,
That was a nice suggestion. Questo è stato un bel suggerimento. BTW what the IE percentage in your blog? BTW ciò che la percentuale di IE nel tuo blog? 
Aug 9th, 2007 at 9:17 pm 9a agosto, 2007 alle 9:17 pm
IE is still a popular browser in general public, and you can not ignore IE visitors. IE è ancora un popolare browser in pubblico, e non è possibile ignorare IE visitatori.
Aug 9th, 2007 at 9:23 pm 9a agosto, 2007 alle 9:23 pm
@Ashok, @ Ashok,
I completely agree with you, IE is the popular browser among general public although Firefox rules among bloggers. Sono completamente d'accordo con lei, IE è il popolare browser tra pubblico in generale, anche se Firefox regole tra i blogger.
Aug 9th, 2007 at 9:28 pm 9a agosto, 2007 alle 9:28 pm
Thanks for this Nirmal , i was facing this problem with your blog and with sizlopedia too. Grazie per questo Nirmal, ero di fronte a questo problema con il tuo blog e con sizlopedia troppo. I didnt think of informing you as i thought there was a problem with my computer .Now hopefully it will be fixed . I didnt pensare di informare voi come vi ho pensato fosse un problema con il mio computer. Ora si spera che saranno fissati.
Aug 9th, 2007 at 11:09 pm 9a agosto, 2007 alle 11:09 pm
@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. Inizialmente anch'io ho avuto l'impressione che fosse il mio problema informatico, quando molti dei lettori mi ha parlato di questo, ho cercato di indagare e trovare il motivo. I hope the errors are not coming now in my blog. Mi auguro che gli errori non sono venuta ora nel mio blog.
Sep 8th, 2007 at 11:59 pm Set 8th, 2007 a 11:59 pm
Thanks for the tips. Grazie per i suggerimenti. I solved my problem by adding defer=”defer” in the java script tag. Ho risolto il mio problema con l'aggiunta di rinviare = "differire" nel tag script Java.
Sep 12th, 2007 at 12:01 pm Sep 12th, 2007 alle 12:01 pm
i often get such error’s .thanx for sharing.. i quali spesso errore's. Grazie per la condivisione ..
Oct 21st, 2007 at 2:03 am Ottobre 21, 2007 alle 2:03 am
whats a javascript??how do i get there.or how do i go there in my computer??? whats uno javascript? Come faccio a ottenere there.or Come faccio ad andare nel mio computer?

Nov 13th, 2007 at 5:35 pm Novembre 13, 2007 alle 5:35 pm
Thanx for the solution!! Grazie per la soluzione! It solved my problem too E 'risolto il mio problema troppo
Nov 26th, 2007 at 10:49 pm Novembre 26th, 2007 alle 10:49 pm
Ok, here’sa twist - Ok, ecco torsione --
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? c'è un sito che mi dà l'errore quando cerco di accedere direttamente, ma non quando cerco di accedere tramite un proxy anonimo (entrambi i casi utilizzando IE Explorer) Ogni pensiero al riguardo? I’m wondering if this ner-do-well is somehow using this as a way to screen by IP… Mi chiedo se questo NER-fare-bene è in qualche modo usando questo come un modo per schermo mediante IP ...
Nov 27th, 2007 at 6:30 pm Novembre 27th, 2007 alle 6:30 pm
@Gendron, @ Gendron,
It may be due to the fact that proxies may be blocking scripts, so it may not show the error. Esso può essere dovuto al fatto che proxy può essere il blocco degli script, quindi non possono dimostrare l'errore.
Dec 10th, 2007 at 12:27 pm Dicembre 10th, 2007 a 12:27 pm
hi salve
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. ho avuto lo stesso problema nel mio codice e una volta ho messo in linea il javascript alla fine del tag BODY è cominciato a lavorare bene.
thx. THX.
Dec 13th, 2007 at 4:12 am Dicembre 13, 2007 at 4:12 am
defer=”defer” solved my problem with IE 7. differire = "differire" risolto il mio problema con IE 7. Thanks for sharing. Grazie per la condivisione.
Dec 24th, 2007 at 1:00 pm Dicembre 24, 2007 alle 1:00 pm
Hello, I’ve read your fix, but I’m afraid I still don’t understand. Ciao, ho letto il tuo correzione, ma ho paura io ancora non capisco.
I’ve been using the same webpage for the past two years as my homepage, and just today it started giving me this error. Sto usando la stessa pagina web per gli ultimi due anni, come la mia home page, e solo oggi ha cominciato avermi dato questo errore. I did not make the script for the page, all I do is run the account (deviantART). Io non fare lo script per la pagina, tutti mi fare è eseguire il conto (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. Non si tratta di uno script di editing, e da tutte le usare Google ho fatto, ogni persona con questo problema è che su una pagina che implica qualcosa in cui controllo.
I’m not very computer savvy when it comes to code, but give me a link and I can follow instructions! Io non sono molto esperti di computer quando si tratta di codice, ma, mi dia un link e non posso seguire le istruzioni! Speaking of which, do you have a link to the Microsoft fix? Parlando di che, avete un link per la correzione di Microsoft? I cann’t find it and am very frustrated that I can’t check my deviantART messages because of a stupid glitch. I cann't trovare e sono molto deluso che non posso controllare il mio deviantART messaggi a causa di un problema stupido.
Dec 24th, 2007 at 3:26 pm Dicembre 24, 2007 alle 3:26 pm
@Pink, @ Garofano,
I’ll try out the Microsoft patch. Cercherò le patch Microsoft. I dont have the link for it, but will post it soon. I dont avere il link per essa, ma si è posta al più presto. Let me search for it. Permettetemi di ricerca per essa.
Dec 24th, 2007 at 3:27 pm Dicembre 24, 2007 alle 3:27 pm
@Pink, @ Garofano,
I didnt get any errors when I checked your webpage! I didnt ottenere gli eventuali errori quando ho controllato la tua pagina web!
Dec 24th, 2007 at 3:35 pm Dicembre 24, 2007 alle 3:35 pm
Thank you for looking for the link - and thank you again for letting me know that it’s just me. Grazie per la ricerca di collegamento - e la ringrazio nuovamente per avermi mi sa che è solo a me.
I await your responce! Attendo la sua risposta!
Dec 24th, 2007 at 3:45 pm Dicembre 24, 2007 alle 3:45 pm
@Pink, @ Garofano,
I think you can try moving the Google analytics script below the body tag. Penso che si può provare a spostare la script di Google Analytics al di sotto del corpo etichetta.
Dec 24th, 2007 at 3:53 pm Dicembre 24, 2007 alle 3:53 pm
Dec 24th, 2007 at 9:58 pm Dicembre 24, 2007 alle 9:58 pm
@Pink, @ Garofano,
I think you can contact DA and tell the problem if you dont have control of the settings. Penso che potete contattare DA e dire se il problema di cui si ha il controllo delle impostazioni.
Mar 25th, 2008 at 9:30 pm Marzo 25, 2008 a 9:30 pm
Some other sites give me this error but not yours. Alcuni altri siti, mi dia questo errore, ma non la tua.
Mar 26th, 2008 at 5:34 am Marzo 26, 2008 5:34 am
Also…. Inoltre .... Never put a style (inline in my case) of white-space:nowrap; on a element, because you will get the same error. Mai mettere uno stile (in linea nel mio caso) di spazi bianchi: NoWrap; su un elemento, in quanto si ottengono lo stesso errore. Learned this after a whole day of ripping a page apart today. Imparato questo, dopo un intero giorno di strappo di una pagina di là di oggi.
Mar 26th, 2008 at 5:35 am Marzo 26, 2008 5:35 am
.. on a “textarea” element that is, didn’t come through in my last comment. su un "testo" che è elemento, non è venuto attraverso il mio ultimo commento.
Apr 8th, 2008 at 5:57 am Aprile 8th, 2008 a 5:57 am
Hi, Thank you for your solution. Ciao, Grazie per la vostra soluzione. I also wanted to let you know that I am currently facing JavaScript error in IE on your website. Volevo anche farti sapere che sono attualmente di fronte errore JavaScript in IE sul tuo sito web.
Apr 18th, 2008 at 9:54 pm Aprile 18th, 2008 a 9:54 pm
Am getting this error on Gmail after logging into it, so am stuck with a blank page at - Ricevo questo errore su Gmail dopo aver effettuato il log in, quindi sono bloccato con una pagina vuota a -- http://mail.google.com/mail/
Dunno who to blame, Gmail or Microsoft Dunno che la colpa, Gmail o Microsoft
Apr 23rd, 2008 at 2:28 am Aprile 23, 2008 2:28 am
Getting this as well when logging ONTO GMAIL. Come questo sia durante l'accesso SU GMAIL. A single reload usually does fix it, but sometimes even reloading doesn’t work. Una singola ricarica di solito non risolvere il problema, ma talvolta anche di ricarico non funziona.
Since I have no control over Gmail code, telling me to mess with the body tag is NOT an option. Poiché non ho alcun controllo sul codice di Gmail, mi dicono a pasticciare con il corpo etichetta non è un opzione.
Also, unfortunately using a different browser is NOT an option for me since my employer relies heavily on MS technology. Inoltre, purtroppo, utilizzare un browser diverso non è un'opzione per me dato che il mio datore di lavoro si basa fortemente su MS tecnologia.
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. Detto questo, vorrei anche sottolineare che non ho mai installato nulla google (API o altro) su una delle mie macchine, quindi non vedo come l'API di Google fissare risolverà nulla.
Can someone please help? Si prega di qualcuno può aiutare?
Apr 28th, 2008 at 9:44 am Aprile 28, 2008 9:44 am
I’m also having the same problem……….. Sono inoltre che abbia lo stesso problema ... ... ... ..
Apr 28th, 2008 at 9:29 pm Aprile 28, 2008 a 9:29 pm
I have both IE and Firefox but I like IE because it displays web pages very nicely. Ho sia di IE e Firefox, ma mi piace perché IE visualizza le pagine web molto bene.
Firefox has a very coarse display. Firefox dispone di un display molto grossolani. The web text and graphics simply don’t display as nicely as in IE. Il web di testo e grafica semplicemente non vengono visualizzati come bene come in IE.
If anyone knows why that is so please drop me a mail. Se qualcuno sa perché è così che si prega di me una goccia di posta. - dar(dot)millionaire(at)gmail(dot)com - Dar (dot) milionario (AT) gmail (dot) it
Apr 29th, 2008 at 4:24 pm Aprile 29, 2008 a 4:24 pm
i am also getting the same problem when i log in to gmail using IE7. Sono anche ottenere lo stesso problema quando accedo a Gmail utilizzando IE7. what i do is delete the history, temporary internet files and the forms and then my mail loads properly. quello che faccio è cancellare la storia, i file temporanei Internet e le forme e quindi la mia mail carichi correttamente. 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. ma dopo i uscire e firmare di nuovo, ho lo stesso messaggio di errore e devo fare la eliminazione della storia, i file temporanei Internet, ecc tutto nuovo.
how do i permanently solve this problem? Come faccio a risolvere definitivamente questo problema?
May 2nd, 2008 at 1:05 pm 2a maggio, 2008 a 1:05 pm
Simply use Firefox. Basta utilizzare Firefox. It helps u. Essa aiuta u.
May 8th, 2008 at 7:53 pm 8 maggio 2008 a 7:53 pm
Hello, Ciao,
I am having the problem while using mootools. Sto riscontrando il problema, pur utilizzando mootools.
The article here L'articolo qui http://talk.cmyweb.net/2008/01.....d-solution solves everything. risolve tutto.
May 13th, 2008 at 10:09 am Maggio 13th, 2008 a 10:09 am
Hi, Salve,
I’m getting the same problem too. Sono ottenere lo stesso problema troppo. Can someone please provide the step-by-step to change the defer=”defer” in the java script tag. Può qualcuno si prega di fornire il passo-passo per cambiare la differire = "differire" nel tag script Java.
Thanks……. Grazie ... ....
May 14th, 2008 at 6:26 pm Maggio 14th, 2008 a 6:26 pm
I had this error where in the onmouseover event of elements on my page was code referencing other elements by ID. Ho avuto questo errore in cui, in caso di onmouseover elementi sulla mia pagina è stata codice riferimenti di altri elementi da ID. No mouseovers should occur untill the page is entirely loaded. N. mouseovers dovrebbe verificarsi fino a quando la pagina viene caricata completamente. 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. Quando ho caricare la pagina, mentre il mouse è già sulla posizione in cui l'elemento sarà reso che ha un 'onmouseover' evento, si è verificato l'errore. I solved it by disabling all onmouseover code untill a flag startMouseOvers was set to true in the body.onload event. Mi è risolto disattivando tutti i onmouseover codice fino a una bandiera startMouseOvers è stato fissato al vero nel caso body.onload.
May 20th, 2008 at 6:15 pm 20 maggio 2008 a 6:15 pm
Hi, Salve,
I am getting the same problem. Sono ottenere lo stesso problema. I am using FreeTextBox editor in my page. Sto usando FreeTextBox redattore nella mia pagina. I am not using any javascript block. Non sto utilizzando qualsiasi blocco javascript. The text editor calls javascript files internally. L'editor di testo invita i file javascript internamente.
Please Help. Si prega di Aiuto.
Thanks. Grazie.
May 26th, 2008 at 12:26 pm 26 maggio 2008 a 12:26 pm
i am hving problem in my IE. Sono hving problema nel mio IE. It shows IE has encountered proble and needs to close. Esso mostra IE ha incontrato proble e deve chiudere. Will you be kind enough to let me know the remedy. Potrebbe essere così gentile da fatemelo sapere il rimedio.
May 26th, 2008 at 12:29 pm 26 maggio 2008 a 12:29 pm
How to install FireFox? Come installare Firefox? I m having IE . I m, aventi IE. Do I have to uninstall it first or Can I run both concurrently. Devo disinstallarlo prima o Posso eseguire entrambi contemporaneamente. Plz explin. PLZ explin.
May 26th, 2008 at 12:32 pm 26 maggio 2008 a 12:32 pm
Do I have to upgrade to SP3 s my XPSP2 is running well and good. Devo effettuare l'aggiornamento a SP3 mio XPSP2 s è in esecuzione bene. What are the benefits of SP3 . Quali sono i vantaggi di SP3. Is it really necessary to install SP 3. E 'davvero necessario installare SP 3. Plz intimate PLZ intimo
May 26th, 2008 at 1:55 pm 26 maggio 2008 a 1:55 pm
@Purann, @ Purann,
You can install Firefox from here- È possibile installare Firefox da qui - http://www.mozilla.com/en-US/
Jun 5th, 2008 at 2:24 am Giugno 5th, 2008 a 2:24 am
Where can I find the Microsoft patch for IE7? Dove posso trovare le patch Microsoft per IE7? The one mentioned above is for IE6. L'uno si è detto, è per IE6.
Jun 13th, 2008 at 9:10 pm Giugno 13, 2008 a 9:10 pm
Hi, Salve,
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. Ho questo problema quando si accede una applicazione web che prova per mezzo di un test strumento, e l'errore si verifica solo quando sono le domande di registrazione processi aziendali (business process), ma non quando sono solo navigando attraverso di essa. Do you know what might becausing it. Sapete che cosa si potrebbe becausing.
Thanks. Grazie.
Jul 24th, 2008 at 6:32 am Luglio 24, 2008 6:32 am
Hey guys. Ehi ragazzi.
Ive spent HOURS and HOURS and HOURS trying to fix this. Ho trascorso ore e ore e ore cercando di risolvere questo problema.
I did everything any1 could think of! Ho fatto tutto any1 potrebbe pensare!
On my page, i have at least 10 scripts. Sulla mia pagina, ho almeno 10 script. mootools, lightbox, and some other marketing scripts. mootools, lightbox, e di alcuni altri script di marketing.
The FLV Video was loading and working 100% fine on Firefox. Il video FLV è stato carico di lavoro e il 100% bene su Firefox.
but it wouldnt load on IE! ma wouldnt carico su IE!
When i added the defer=”defer” something else would stop working. Quando i differirne l'aggiunta = "differire" qualcosa di diverso sarebbe smettere di lavorare.
The window.addEvent(’domready’ and ‘load’) did not work… Il window.addEvent ( 'domready' e 'carico') non ha funzionato ...
anyhow, nothing worked! comunque, non ha lavorato!
THE SOLUTION IS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! La soluzione è !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Take your all the way to Prendete il vostro tutti il modo di
OUT OF THE BODY TAG! Fuori del corpo etichetta!
This is one of the reasons that it doesnt work. Questo è uno dei motivi che doesn't lavoro.
Now… Ora ...
Put the script inside the HEAD TAG! Metti lo script all'interno del TAG TESTA!
function startvideo() startvideo funzione ()
{ (
var s1 = new SWFObject(’player.swf’,’ply’,’210?,’170?,’9?,’#FFFFFF’); var s1 = new SWFObject ( 'player.swf', 'strati', «210?,'170?,'9?, '# FFFFFF');
etc… ecc ...
IMPORTANT!!! IMPORTANTE!
Now on the Body tag, add the following: Ora il corpo etichetta, aggiungere il seguente:
AND THERE YOU GO! E ci si va!
cheers! salute!
Jul 28th, 2008 at 3:56 pm Luglio 28, 2008 a 3:56 pm
Hi I am experiencing this problem - all pages where we have Google Map on doesn’t work and instead gives the error message above… Ciao Sono verifica questo problema - in cui tutte le pagine che abbiamo su Google Map non funziona e dà invece il messaggio di errore di cui sopra ...
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? Il link qui sopra per risolvere il problema non sembra funzionare dal mio luogo ... il link al ryangrant.net - chiunque può mettere in colution in questo blog ... insted e ricordarsi di citare Ryan Grant per questo? Thanks… Grazie ...
Aug 2nd, 2008 at 6:55 am 2a agosto, 2008 a 6:55 am
Hello, I’m getting the error message when I checked your site on IE Version 7.0.6000 (WinVista). Ciao, sono ricevere il messaggio di errore quando ho controllato il tuo sito su IE versione 7.0.6000 (WinVista). On Firefox is okay. Su Firefox è okay. I’m having the same problems with my blog. Sto avendo gli stessi problemi con il mio blog. I didn’t change anything, just added a new post then problem started happening. Io non cambia nulla, appena aggiunto un nuovo post quindi iniziato problema accadendo.
Aug 2nd, 2008 at 7:13 am 2a agosto, 2008 a 7:13 am
Hi Nirmal. Hi Nirmal. I am getting same error in your website in IE 6. Sono ottenere stesso errore nel tuo sito web in Internet Explorer 6. Please check.. Si prega di controllare .. Thanks Grazie
Aug 2nd, 2008 at 7:55 am 2a agosto, 2008 a 7:55 am
Probably it is happening due to sitemeter code which you are using in your footer. Probabilmente si sta accadendo a causa di sitemeter codice che si utilizza nel tuo piè di pagina. I was also using the same and getting the error, now I have removed the sitemeter code. Sono stato anche utilizzando lo stesso e ottenere l'errore, ora ho rimosso il codice sitemeter. My blog abhisays.com is now working fine in IE 6. Il mio blog abhisays.com sta lavorando bene in Internet Explorer 6.
Aug 2nd, 2008 at 8:05 am 2a agosto, 2008 a 8:05 am
So annoying this problem. Quindi, questo fastidioso problema. I just noticed this same thing happening on my site. Ho appena notato la stessa cosa accade sul mio sito. Your site by the way still has the same error in microsoft explorer. Il tuo sito con il modo in cui ha ancora lo stesso errore in Microsoft Explorer. Same horrible error. Stesso errore orribile. ugh! I have found nothing that fixes this yet. Ho trovato nulla che corregge questo ancora. Really frustrated about it and loosing a lot of traffic and visitors because of it Veramente frustrato circa e perdere un sacco di traffico e visitatori a causa di essa
My site works great in firefox. Il mio sito grandi opere in Firefox.
Aug 2nd, 2008 at 1:20 pm 2a agosto, 2008 a 1:20 pm
@Abhishek Kumar, @ Abhishek Kumar,
Yea Sitemeter was causing the issue. Yea Sitemeter è stata la causa del problema. I think HTML version will solve the problem. Credo versione HTML risolverà il problema.
@Anthony, @ Antonio,
I have corrected the error on my blog. Ho corretto l'errore nel mio blog.
Aug 2nd, 2008 at 7:30 pm 2a agosto, 2008 a 7:30 pm
This will give you all a definite fix. Questo vi darà tutte un preciso correzione. Go to tools: Internet options: security : Under restricted sites add this site : Vai a strumenti: le opzioni di Internet: la sicurezza: Sotto limitato siti aggiungere questo sito: http:// *.sitemeter.com , hit close and you’re all set! *. sitemeter.com, colpito vicino e si sta tutti insieme!
Aug 2nd, 2008 at 8:04 pm 2a agosto, 2008 a 8:04 pm
To everybody who started getting this error just yesterday or today, check to see if your website is using the tracking software Sitemeter. Per tutti che hanno iniziato ottenere questo errore appena ieri o oggi, controllare per vedere se il tuo sito web sta utilizzando il software di monitoraggio 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 loro versione è ora dishing questo errore ad ogni IE gli utenti ed è colpito grandi siti come Mashable e Perez Hilton tra migliaia di altri. To fix it, simply remove the tracking code altogether or switch to their plain HTML version. Per risolvere il problema, è sufficiente rimuovere il codice per il monitoraggio del tutto o passare a loro pianura versione HTML.
Aug 2nd, 2008 at 11:10 pm 2a agosto, 2008 a 11:10 pm
How to fix the bug, especially on August 2nd in relation with Sitemeter (7 methods, plus the cause explained): Come risolvere il bug, in particolare nel mese di agosto 2a in relazione con Sitemeter (7 metodi, più la causa spiegato): http://motls.blogspot.com/2008.....meter.html
Aug 3rd, 2008 at 12:26 am 3a agosto, 2008 12:26 am
Thanks for all your input - YES! Grazie per tutte le vostre ingresso - SI! This exact problem started happening to me yesterday on my own web site and I thought the server was down but it wan’t. Questo problema ha iniziato esattamente succedendo a me ieri sul mio sito web e pensavo che il server è stato giù, ma wan't. So I installed Firefox and all was good. Quindi ho installato Firefox e tutto era buono. Then I upgraded to IE 7 and the problem persisted. Poi ho aggiornato a IE 7 e il problema persiste.
I think you are right. Penso che lei abbia ragione. It’s the sitemeter code but I don’t know how to fix it. E 'il sitemeter codice, ma non so come rimediare.
Here is my code - can you tell me what to do? Qui è il mio codice - potete dirmi cosa fare?
Any help is deeply appreciated! Qualsiasi aiuto è molto apprezzato!
Dee
Aug 7th, 2008 at 5:36 pm 7a agosto, 2008 a 5:36 pm
Still I am getting the operation aborted error on IE Sono ancora ottenere il funzionamento abortito errore su IE
6.0.2900.2180.xpsa_sp2_rtm.040803-2158. It resolved on mozilla and IE 7. È stato risolto su Mozilla e Internet Explorer 7. Please reply me. La preghiamo di rispondere a me.
Aug 9th, 2008 at 12:54 am 9a agosto, 2008 12:54 am
I added the defer=”defer” code to my Javascripts, which fixed the IE not loading issue, but the fix turned off all the scripts! Ho aggiunto la differire = "differire" al mio codice degli script Java, che fissa il carico di IE non problema, ma la correzione spento tutti gli script! It’s not 100% effective for me. Non è efficace al 100% per me. Is there another way? C'è un altro modo?
Aug 14th, 2008 at 7:06 pm Agosto 14th, 2008 a 7:06 pm
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. Giusto per dire, se qualcuno è ancora questo problema e utilizzando maps.google.com, date un'occhiata alle API di Google versione è l'url referenziamento. The “v” query param specifies the version. La "V" parametri di query specifica la versione. Use version 2.118 (as in &v=2.118). Utilizzare la versione 2.118 (come in & v = 2,118). You have to be version specific here. Devi essere specifici di una versione qui. This version *does* work with IE6. Questa versione * non * lavorare con IE6. Just stating “&v=2″ will NOT work. Solo affermando "& v = 2" non funziona.
Hope this helps someone Auguriamo che questo aiuta qualcuno
Aug 18th, 2008 at 2:18 pm Agosto 18th, 2008 a 2:18 pm
Another cause for this error message: Un'altra causa di questo messaggio di errore:
Having a self-closed (div) tag near Javascript may cause this error. Avere un auto-chiusi (div) tag vicino Javascript può provocare questo errore.
Having developed an app to run as application/xml+xhtml in Firefox, I needed to back-port it so it also runs in IE. Dopo aver sviluppato un app per l'esecuzione come application / xhtml + xml in Firefox, avevo bisogno di back-porto, quindi è anche eseguito in Internet Explorer. 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. Self-divs di chiusura sono ammessi in XHTML 1.1 quando servito come application / xhtml + xml, ma IE strozzatori quando si vede quando quelli serviti come text / html.
if you’re having this problem, check for any unusual self-closed tags (). Se hai questo problema, controllare ogni insolito chiuso auto-tag ().
Aug 26th, 2008 at 11:03 pm Agosto 26, 2008 11:03 pm
the problem can also occur if you use a ‘domready’ in a window.addevent. il problema può verificarsi anche se si utilizza un 'domready' in un window.addevent. Try using ‘load’ instead. Provate ad usare 'carico' invece.
Sep 10th, 2008 at 10:20 am Sep 10th, 2008 a 10:20 am
Thanks so much. Grazie così tanto. Using the defer tag worked for me - this was causing me big problerms! Utilizzando il tag di rinviare lavorato per me - questo mi è stato causa di grande problerms!
Sep 11th, 2008 at 9:42 pm Sep 11th, 2008 a 9:42 pm
You may try using the https path instead of http path…. È possibile provare a utilizzare il percorso https invece di http percorso ....
https://mail.google.com https: / / mail.google.com .
For me it worked. Per me ha funzionato.
-Rakesh.
Oct 6th, 2008 at 12:26 pm Ottobre 6th, 2008 a 12:26 pm
Had the same problem with IE (error message)very annoying.Quickfix,do what Sergemeister says will fix your problem.Thanks Serge. Ha avuto lo stesso problema con Internet Explorer (messaggio di errore) molto annoying.Quickfix, fare ciò che si dice Sergemeister risolvere il tuo problem.Thanks Serge.
Oct 14th, 2008 at 4:17 am Ottobre 14, 2008 4:17 am
I got this error and solved it. Ho questo errore e non risolto. I am using google adsense. Sto usando Google AdSense. I was changing the php code of my web site and commented the adsense code through automatic feature. Mi è stato cambiare il codice php del mio sito web e commentato il codice degli annunci AdSense attraverso funzionalità automatica. Apparently, this made IE mad. Apparentemente, questo fatto IE pazza. It seems like it might happen if you put HTML comments “–>” “<!–” wrongly into jawascript. Sembra come potrebbe accadere se si pone commenti HTML "->" "<!-" erroneamente in jawascript.
Trackbacks to this post TrackBacks a questo post
Dec 25th, 2007 at 7:20 pm Dicembre 25, 2007 alle 7:20 pm