ma cosa sbaglio in questo codice?
on (release) {
if (_root.cek.getValue() == true) {
cek = true;
} else {
cek = false;
}
loadVariablesNum("sendmail.php", 0, "POST");
}
ma cosa sbaglio in questo codice?
on (release) {
if (_root.cek.getValue() == true) {
cek = true;
} else {
cek = false;
}
loadVariablesNum("sendmail.php", 0, "POST");
}