📄 reg.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=780 border=0>
<!-- HEAD_ -->
<TBODY>
<TR>
<TD colSpan=3 height=40><!-- TOP LOGO_ -->
<TABLE height=23 cellSpacing=0 cellPadding=1 width=778 border=0>
<TBODY>
<TR>
<TD width=187><A href="http://www.happycampus.com.cn/index.hcam">
<EMBED
src=/images/logo_2004.swf width=182 height=30
type=application/x-shockwave-flash></embed>
</A></TD>
<TD width=50></TD>
<TD vAlign=bottom align=right width=546><A href="/translation/index.hcam"><IMG
src="/images/top_icon00.gif" border=0></A> ???<A
href="/request/all_list.hcam?code=all&search=not"><IMG
src="/images/top_icon01.gif" border=0></A> ???<A href="/upload/"><IMG
src="/images/top_icon02.gif" border=0></A> ???<A href="/mypage/"><IMG
src="/images/top_icon03.gif" border=0></A> ???<A href="/mypage/mybox.hcam"><IMG
src="/images/top_icon04.gif" border=0></A> ???
<!--<a href=/sitemap/><img src="/images/top_icon05.gif" width="84" height="25" border=0></a>-->
<A
href="/helpdesk/"><IMG src="/images/top_icon06.gif" border=0></A> ???<A
href="/helpdesk/new_police.hcam"><IMG src="/images/top_icon07.gif"
border=0></A></TD>
</TR>
</TBODY>
</TABLE>
<!-- _TOP LOGO --></TD>
</TR>
<TR>
<TD colSpan=3 height=80><!--search head 2-->
<TABLE height=80 cellSpacing=0 cellPadding=0 width=780 border=0>
<TBODY>
<TR>
<TD style="BACKGROUND-REPEAT: no-repeat" vAlign=top align=middle
background=/imagess/top_bg001.gif><TABLE height=80 cellSpacing=0 cellPadding=0 width=742 border=0>
<FORM name=search1
onsubmit="if(!this.q.value) { alert('请输入关键词'); this.q.focus(); return false; }"
action=/search/index.hcam method=get>
<INPUT type=hidden value=2 name=s>
<INPUT
type=hidden value=1 name=reset>
<TBODY>
<TR>
<TD align=middle height=51><TABLE cellSpacing=0 cellPadding=0 width=580 border=0>
<TBODY>
<TR>
<TD height=23><SELECT name=branch>
<OPTION value="" selected>所有分类</OPTION>
<OPTION value=paper>论文中心</OPTION>
<OPTION value=report>报告中心</OPTION>
<OPTION
value=exam>考试中心</OPTION>
<OPTION value=util>实用中心</OPTION>
<OPTION
value=cover>格式中心:封面</OPTION>
<OPTION value=cover1>格式中心:表格</OPTION>
</SELECT>
</TD>
<TD
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px"><INPUT
size=45 name=q>
</TD>
<TD><INPUT type=image height=23 width=67 src="/imagess/n_btn_search.gif"
align=absMiddle border=0></TD>
<TD class=w_txt00><A href="/search/detail.hcam"><FONT
color=#ffffff><B>详细搜索</B></FONT></A></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</FORM>
<TR>
<TD class=bg01 height=1></TD>
</TR>
<TR>
<TD class=bg02 height=1></TD>
</TR>
<TR>
<TD vAlign=top align=middle height=27><TABLE cellSpacing=0 cellPadding=0 width=630 border=0>
<TBODY>
<TR>
<TD class=search01 width=179 height=27><IMG src="/imagess/n_bul01.gif"
align=absMiddle>?<FONT color=#ffffff><B>幸福校园 帮您实现满分梦想</B></FONT></TD>
<TD align=left width=451><A href="/"><IMG height=20
src="http://www.happycampus.com.cn/images/button/n_top_btn01.gif" width=43
align=absMiddle border=0></A><A href="/member/guest_login.hcam"><IMG height=20
hspace=5 src="http://www.happycampus.com.cn/images/button/n_top_btn02.gif"
width=43 align=middle border=0></A><A href="/paper_main.html"><IMG height=20
src="http://www.happycampus.com.cn/images/button/n_top_btn03.gif" width=67
align=absMiddle border=0></A><A href="/report_main.html"><IMG height=20 hspace=5
src="http://www.happycampus.com.cn/images/button/n_top_btn04.gif" width=67
align=absMiddle border=0></A><A href="/exam_main.html"><IMG height=20
src="http://www.happycampus.com.cn/images/button/n_top_btn05.gif" width=67
align=absMiddle border=0></A><A href="/select_sub_cate.hcam?branch=cover"><IMG
height=20 hspace=5
src="http://www.happycampus.com.cn/images/button/n_top_btn06.gif" width=67
align=absMiddle border=0></A><A href="/util_main.html"><IMG height=20
src="http://www.happycampus.com.cn/images/button/n_top_btn07.gif" width=67
align=absMiddle
border=0></A></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<!--/search head 2--></TD>
</TR>
<!-- _HEAD -->
<TR>
<TD colSpan=3 height=5></TD>
</TR>
<!-- GAP -->
</TBODY>
</TABLE>
<SCRIPT language=javascript>
<!--
function f_submit() {
var ff = document.member;
if (!ff.name.value) { alert('您必须填写姓名.'); ff.name.focus(); return false; }
if (!ff.id.value) { alert('您的帐号还没有填.'); ff.id.focus(); return false; }
if (!ff.passwd.value) { alert('请输入密码.'); ff.passwd.focus(); return false; }
if (!ff.passwd2.value) { alert('请再输入一次密码.'); ff.passwd2.focus(); return false; }
if (ff.passwd.value != ff.passwd2.value) { alert('密码与确认密码不同,请再输入.'); ff.passwd.value=''; ff.passwd2.value=''; ff.passwd.focus(); return false; }
if(ff.passwd.value == ff.id.value){alert('用户名与密码不能相同.');ff.passwd.focus();return false;}
if(check_passwd() == false){ff.passwd.focus();return false;}
if (!ff.hint.value) { alert('请输入查询密码问题.'); ff.hint.focus(); return false; }
if (!ff.answer.value) { alert('请输入查询密码答案.'); ff.answer.focus(); return false; }
if (!ff.ssn.value) { alert('请输入您的身份证号码.'); ff.ssn.focus(); return false; }
if (ff.ssn.value.length != 15){
if(ff.ssn.value.length != 18 ){
alert('您的身份证号码有错误的');
ff.ssn.focus();
return false;
}
}
if (!ff.email_head.value) { alert('请输入电子邮件.'); ff.email_head.focus(); return false; }
if (!ff.email_domain.value) { alert('请输入电子邮件.'); ff.email_list.focus(); return false; }
if (!ff.tel_no.value){alert('请输入电子邮件.'); ff.tel_no.focus(); return false; }
return true;
}
function check_passwd()
{
var obj =document.member;
var passwdValue = obj.passwd.value;
if(6 > passwdValue.length || passwdValue.length > 12 ){
alert('密码需要6~12字符之间.');
return false;
}
if(/[a-zA-Z]/.test(passwdValue)){
if(/[0-9]/.test(passwdValue)){
return true;
}else{
alert('密码只能由6~12字符之间的英文或数字.');
return false;
}
}else{
alert('密码只能由6~12字符之间的英文或数字.');
return false;
}
}
function check_id(id) {
var ff=document.member;
ff.passwd.focus();
window.open('/member/id_check.hcam?id='+id,'checkid','scrollbars=no,status=no, top=20, left=20, width=360, height=157');
}
function check_email(email) {
var ff=document.member;
ff.email_head.focus();
if(!email) { alert('请输入您的电子邮件'); return false; }
window.open('/member/email_check.hcam?email='+email,'checkemail','scrollbars=no,status=no, top=20, left=20, width=360, height=157');
}
function check_ssn(ssn) {
var ff=document.member;
if(!ssn) { alert('请输入您的身份证号码.'); ff.ssn.focus(); return; }
window.open('/member/ssn_check.hcam?ssn='+ssn,'checkssn','scrollbars=no,status=yes, top=20, left=20, width=360, height=157');
}
function InputID(id) {
var ff=document.member;
ff.id.value=id;
ff.passwd.focus();
}
function search_univ() {
var ff=document.member;
if(!ff.type.value) { alert('请选择您的职业'); ff.type.focus(); return; }
if(ff.type.value=='U' || ff.type.value=='W') {
ff.admission.focus();
window.open('/member/search_univ.hcam','univ','scrollbars=yes,status=no,top=20,left=20,width=450,height=211');
} else ff.univ.focus();
}
function InputUniv(univ) {
var ff=document.member;
ff.univ.value=univ;
ff.admission.focus();
}
//-->
</SCRIPT>
<SCRIPT src="/script/disp_num.js"></SCRIPT>
<SCRIPT src="/script/pd_select.js"></SCRIPT>
<SCRIPT language=Javascript src="/script/favorite.js"></SCRIPT>
<TABLE cellSpacing=0 cellPadding=0 width=780 bgColor=#ffffff border=0
marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
<TBODY>
<TR vAlign=top align=middle width="100%">
<TD width="12%"></TD>
<TD vAlign=top align=right width="76%"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD align=right><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<FORM name=member onsubmit="return f_submit();" action=/secure/input_post_e.hcam
method=post>
<TBODY>
<TR>
<TD><IMG src="/images/title/title_member02.gif" border=0></TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -