function test(){
var zustand;
if (document.form1.checkbox.checked == true){
zustand ="Box Aktiviert";
} else {
zustand = "Box nicht Aktiviert";
}
alert(zustand);
}
Grüße -Frank
function test(){
var zustand;
if (document.form1.checkbox.checked == true){
zustand ="Box Aktiviert";
} else {
zustand = "Box nicht Aktiviert";
}
alert(zustand);
}
Grüße -Frank