Example:
function pcs() { var t1=document.getElementById("tot1").value var pb=document.getElementById("pcbox").value var pc=""
if(t1==! && pb==!) { document.getElementId("rbox").innerHTML=""
}
}
My question is the of t1 and pb null means the function pcs() is not call... HOw?