﻿// JavaScript Document
//login js begin
var RegAllCorpFlag = 0;
<!--
function submit_check()
{
var RegCorpi;
var RegCorpType = 0;
	if (RegAllCorpFlag == 0) { //登陆
		if (frm.user_name.value == "") {
			alert("请您输入正确的用户名!");
			frm.user_name.focus();
			return false;
		}
		if (frm.user_password.value == "") {
			alert("请您输入密码!");
			frm.user_password.focus();
			return false;
		}
		document.charset="gb2312";  //以gb23212的编码方式提交，
		document.frm_agent.account.value=frm.user_name.value;
		document.frm_agent.pwd.value=frm.user_password.value;
		document.frm_agent.textimage.value=frm.textimage.value;		document.frm_agent.action="http://agent.21cn.com/drp/newagent/login.jsp?act=login";
		document.frm_agent.submit();
	}
	else if (RegAllCorpFlag == 1) { //注册
		window.location = "http://agent.21cn.com/drp/newagent/register_temp.jsp";
	}
	return false;
}

function RegAllCorp() {
	RegAllCorpFlag = 1;
	submit_check();
}
document.write("<form method='post' accept-charset='gb2312' name='frm' id='frm' onsubmit='return submit_check()'>");
document.write("<table width='98%' border='0' align='center' cellpadding='5' cellspacing='0'>");
document.write("<tr><td colspan='2' height='30'></td></tr>");
document.write("<tr><td width='28%' align='right'>用户名</td><td width='72%' align='left'><input name='user_name' type='text' tabindex='1' style='width:130px; border:2px #5CA3C7 solid;' alt='' onkeypress='if ( ( window.event || event).keyCode == 13 ){submit_check();}'/></td></tr>");
document.write("<tr><td width='28%' align='right'>密   码</td><td align='left'><input name='user_password' type='password' tabindex='1' style='width:130px; border:2px #5CA3C7 solid;' alt='' onkeypress='if ( ( window.event || event).keyCode == 13 ){submit_check();}'/></td></tr>");
document.write("<tr><td width='28%' align='right'>验证码</td><td valign='middle'><input name='textimag' type='text' id='textimage' tabindex='1' style='width:60px; border:1px #5CA3C7 solid;' alt='' onkeypress='if ( ( window.event || event).keyCode == 13 ){submit_check();}'/><img style='heigt:16px' src='http://agent.21cn.com/imageServlet?",Math.random(),"'/></td></tr>");
document.write("<tr><td colspan='2'><div style='float:left'><a href='#' onclick='submit_check()'><img src='images/dl_login.jpg' /></a><a href='http://agent.21cn.com/drp/newagent/register_temp.jsp'><img style='margin-left:4px;' src='images/dl_code.jpg' /></a></div><div style='float:left; margin:8px auto auto 5px;'><a target='_blank'  href='http://agent.21cn.com/drp/trial/index.jsp' style='color:#F60;font-weight:bold;text-decoration:underline;'>企业邮箱免费试用</a></div></td></tr></table></form>");
document.write("<form method='post' name='frm_agent' id='frm_agent'>");
document.write("<input type='hidden' name='account' />");
document.write("<input type='hidden' name='pwd' />");
document.write("<input type='hidden' name='textimage' />");
document.write("</form>");
document.write("<form method='post' name='frm_search' id='frm_search'>");
document.write("<input type='hidden' name='username' />");
document.write("<input type='hidden' name='password' />");
document.write("<input type='hidden' name='logintype' value='代理商' />");
document.write("</form>");