La devi rendere globale:
var ok; //variabile globale
function test(){
........
//se controllo fallisce
ok = "KO";
}
![]()
La devi rendere globale:
var ok; //variabile globale
function test(){
........
//se controllo fallisce
ok = "KO";
}
![]()
Cavicchi Andrea
Problemi con javascript, jquery, ajax clicca qui