function login_frm() { var t = 0; t+=checkItem(document.forms[0].UserName, 'UserName'); t+=checkItem(document.forms[0].Password,'Password'); if(t == 2) { return true; } return false; } function adminpass_frm() { var t = 0; t+=checkItem(document.forms[0].Password, 'Password'); t+=checkItem(document.forms[0].NewPassword,'NewPassword'); t+=checkItem(document.forms[0].COldPassword,'COldPassword'); if(document.forms[0].COldPassword.value != document.forms[0].NewPassword.value) { setDVstyle("COldPassword", "stFormCellTextError"); } else { setDVstyle("COldPassword", "stFormCellText"); t++; } if(t == 4) { return true; } return false; } function programAdd() { document.forms[0].hdDate.value = document.forms[0].Date_Date.value; } x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586