function cmd_login_onclick() {
	if (( window.document.frm_login.txt_fdC_ID.value).length==0) {
		alert("请填写登录名")
		window.document.frm_login.txt_fdC_ID.focus() ;
		return false
	}
	if (( window.document.frm_login.txt_UserPwd.value ).length==0) {
		alert("请填写密码")
		window.document.frm_login.txt_UserPwd.focus() ;
		return false
	}  
}
function    frm_search_onsubmit() 
{
    if((document.frm_search.txt_fdp_Name.value=="")&&(document.frm_search.cbo_fdCatID1.value=="00")){
		alert("请选择类别或输入商品名称！！");
        document.frm_search.txt_fdp_Name.focus();
         return false;
	}  
}