﻿//function login(txtUid, txtPwd)
//{
//    var n = document.getElementById("txtUid").value;
//    var p = document.getElementById("txtPwd").value;
//    //var c = document.getElementById("txtValidateCode").value;
//    if (n == "")
//    {
//        alert('请输入用户名');
//    }
//    else if (p == "")
//    {
//        alert('请输入密码');
//    }
////    else if (c == "")
////    {
////        alert('请输入校验码');
////    }
//    else
//    {
//        
//        window.location = 'http://sd.ht380.com.cn/login2.aspx?url=' + window.location.href + '&n=' + n + "&p=" + p + "&c=" + 1234 + "&domain=" + window.location.href;
//    }
//    
//    return false;
//}

