企业ERP管理软件采购管理采购合同子模块的设计与开发(11)_毕业论文

毕业论文移动版

毕业论文 > 计算机论文 >

企业ERP管理软件采购管理采购合同子模块的设计与开发(11)


          }    
          
           if(trim(this.form1.txtLoginPwd.value) == "")
          {   
             alert("请输入密码!");   
                 this.form1.txtLoginPwd.select();   
             return false;   
          }         
    
        var slt=document.getElementById("ddlStatusType");
        if(slt.value=="-1"){
            alert("请选择一个身份!");
            return false;
        }
        return true;
      }
    
       //去左空格;
        function ltrim(s){
        return s.replace( /^\s*/, "");
        }
        //去右空格;
        function rtrim(s){
        return s.replace( /\s*$/, "");
        }
        //去左右空格;
        function trim(s){
        return rtrim(ltrim(s));
        }
</script>
//设置窗体背景格式和规格
    <style type="text/css">
    #login
    {
        margin:0;
        padding:0;
        position:absolute;
        top:50%;
        left:50%;
        border:1px #CCCCCC solid;
        width:704px;
        height:378px;
        margin-left:-352px;
        margin-top:-189px;
        background-image:url(Images/Login.jpg);
    }
    .input1
    {
        margin-top:158px;
        margin-left:525px;
    }
    .input2
    {
        margin-top:13px;
        margin-left:525px;
    }
    .txt
    {
        border:1px #CCCCCC solid;
        width:125px;
    }
        .style1
        {
            color: #FF00FF;
        }
        .style2 (责任编辑:qin)