ho una pagina con questo codice Javascript
che mi ha sempre funzionato, ma oggi 2 utenti mi hanno detto di avere l'errore nella riga in blu, e lì l'interprete javascript del browser si fermacodice:if (!window.opera && !document.mimeType && document.all && document.getElementById) { var yyy = this.document.body.offsetHeight; } else if(document.getElementById) { var yyy = this.document.body.scrollHeight; }
come mai?
ps: se può servire la pagina è questa: QUI
ps: mi ha sempre funzionato in tutti i computer su cui l'ho testato ...ad eccezione dei Mac...