Buttons visibility is set to hidden to start. Suggestions?
<script Language="JavaScript">
Function CKPMT1()
Var PMT1;
PMT1 = document.Form1.BalPmtPayee.value;
IF PMT1 = "" then ;
document.Form1.B1.style.visiblity='visible';
End if
End Function
<body onLoad="CKPMT1()">