Very strange form-error

wxdqz

New Member
Check this code out:


function checkName(theForm) {
document.getElementById("p_namn").innerHTML = theForm.name.value;
}

function checkAge(theForm) {
document.getElementById("p_alder").innerHTML = theForm.age.value + " 錼";
}


What is wrong with the first function? In Netscape it works just fine, but in IE i don磘...

Please help...

/marcus
 
Back
Top