Foloseste Firefox http://www.idownload.ro/modules/wfdownloads/singlefile.php?cid=24&lid=1330
Configure Internet Explorer to Fix This Error:
1. Open Internet Explorer
2. Go to top menu, Tools > Internet Option
3. Select Security tab
4. Select the web content: Internet
5. Click the Custom Level.
6. Look for Active scripting and Scripting of Java applets and Disable them. Click OK to save the settings
Aceasta problema apare din cauza codului javascript. Daca aveti un cod google API, MAPS etc. codul trebuie modificat.
In cazul meu problema a fost in felul urmator:
Inainte de avem urmatorul cod analytics,
var gaJsHost = (("https:" == document.location.protocol)? "https://ssl." : "http://www.");
document. write(unescape("%3Cscript src=’" + gaJsHost + "google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E"));
try {
var pageTracker = _gat. _getTracker("UA-XXXXXX");
pageTracker. _trackPageview();
} catch(err) {}
, in
pentru flash aveam,
Rezolvarea a fost sa pun codul, dupa analytics, si arata asa,
var gaJsHost = (("https:" == document.location.protocol)? "https://ssl." : "http://www.");
document. write(unescape("%3Cscript src=’" + gaJsHost + "google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E"));
try {
var pageTracker = _gat. _getTracker("UA-4207753-12″);
pageTracker. _trackPageview();
} catch(err) {}
Depinde si de internet. dar este si posibil ca adresa respectiva sa nu fie scrisa bine.asa ca verifica!
Dece nu iti instalezi mozila firefox? Sau opera, safari. Sunt bune.
poti incerca si ceva nou. nu strica
Si cum accesezi codul, unde se intra, cum se procedeaza, ca eu nu inteleg nimic.