fai la function Menu così:
codice:function Menu(){ if (xhr.readyState==4){ // 4 = "loaded" if (xhr.status==200){ // 200 = OK alert('in menu'); } else{ alert("Problema"); } } }
fai la function Menu così:
codice:function Menu(){ if (xhr.readyState==4){ // 4 = "loaded" if (xhr.status==200){ // 200 = OK alert('in menu'); } else{ alert("Problema"); } } }
I DON'T Double Click!