📄 personlogin.jsp
字号:
target=_blank>简历指南</A></TD></TR>
<TR>
<TD style="PADDING-LEFT: 4px" vAlign=bottom height=20><A
class=link_3
href="http://consult.chinahr.com/Default.aspx?clickbutton=1"
target=_blank><FONT color=#ff0000>职场讲坛</FONT></A> <A
class=link_3
href="http://content.chinahr.com/jobs_test/Default.aspx?clickbutton=1"
target=_blank>职业规划</A> <A class=link_3
href="http://content.chinahr.com/jobs_salary/Default.aspx?clickbutton=1"
target=_blank>薪酬福利</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
<TD style="PADDING-TOP: 14px">
<TABLE cellSpacing=0 cellPadding=0 width="94%" align=right border=0>
<TBODY>
<TR>
<TD class=cities style="PADDING-TOP: 5px"><A
href="http://beijing.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>北京</A><A
href="http://shanghai.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>上海</A><A
href="http://guangzhou.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>广州</A><A
href="http://suzhou.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>苏州</A><A
href="http://shenzhen.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>深圳</A><A
href="http://hangzhou.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>杭州</A><A
href="http://ningbo.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>宁波</A><A
href="http://wuxi.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>无锡</A><A
href="http://wuxi.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>常州</A><A
href="http://zhusanjiao.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>珠三角</A><A
href="http://tianjin.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>天津</A><A
href="http://xian.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>西安</A><A
href="http://wuhan.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>武汉</A><A
href="http://nanjing.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>南京</A><A
href="http://changsha.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>长沙</A><A
href="http://chengdu.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>成都</A><A
href="http://dalian.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>大连</A><A
href="http://shandong.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>山东</A><A
href="http://fujian.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>福建</A><A
href="http://chongqing.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>重庆</A><A
href="http://zhengzhou.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>郑州</A><A
href="http://shenyang.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>沈阳</A><A
href="http://taiyuan.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>太原</A><A
href="http://hefei.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>合肥</A><A
href="http://quanguo.chinahr.com/Default.aspx?clickbutton=1"
target=_blank>全国</A></TD></TR></TBODY></TABLE></TD></TR>
<TR bgColor=#ffffff>
<TD background="/ChinaHR/images/bg01.gif" colSpan=4
height=19><A href="http://vip.chinahr.com/aboutus/news01.asp"
target=_blank><IMG alt="Monster Worldwide 完成收购中华英才网 加强在中国及亚洲招聘市场的地位"
src="/ChinaHR/images/news01.gif" border=0></A></TD></TR>
<TR bgColor=#ffffff>
<TD colSpan=4>
<DIV class=new>
<DIV id=mainDiv1
style="OVERFLOW: hidden; POSITION: relative; HEIGHT: 16px" noWrap>
<DIV id=firstDiv1 style="POSITION: absolute; TOP: 0px"><A
href="http://content.chinahr.com/Article(52426)ArticleInfo.view"
target=_blank>李春雨谈你准备好读研了吗,敬请关注!</A> <A
href="http://content.chinahr.com/Article(51936)ArticleInfo.view"
target=_blank>名人堂携手中华英才网推出“笑傲职场”系列节目</A> </DIV>
<DIV id=secendDiv1 style="POSITION: absolute"></DIV></DIV><!-- 以下是javascript代码 --><!--script language=javascript>
<
scrollpertime1=16; //每次滚动高度,象素,scrollpertime1乘10必须小于scrollinterval1
scrollinterval1=5000; //滚动间隔,毫秒
stopscroll1=false; //这个变量控制是否停止滚动
scrollcount1=0; //这个变量用于平滑滚动
//
var upDIV1=document.all.firstDiv1;
var downDIV1=document.all.secendDiv1;
var sing_h1=0;
with(document.all.mainDiv1)
{
onmouseover=new Function("stopscroll1=true"); //鼠标经过,停止滚动
onmouseout=new Function("stopscroll1=false"); //鼠标离开,开始滚动
}
//这时候,内容区的高度是无法读取了。下面输出一个不可见的层"templayer",稍后将内容复制到里面:
function inits1()
{ //初始化滚动内容
sing_h1=document.all.firstDiv1.offsetHeight
if(sing_h1<=0){
setTimeout("inits1()",20);
return;
}
document.all.secendDiv1.style.top=sing_h1;
document.all.secendDiv1.innerHTML+=document.all.firstDiv1.innerHTML;
//设置连续超时,调用"scrollUp1()"函数驱动滚动条:
setInterval("scrollUp1()",scrollinterval1);
}
function scrollUp1()
{ //滚动条的驱动函数
if(stopscroll1==true && scrollcount1==0) return; //如果变量"stopscroll1"为真,则停止滚动
if(scrollcount1<scrollpertime1)
{
if(upDIV1.style.top==""){
var prevTop1=0;
} else {
var prevTop1=parseInt(upDIV1.style.top)
}
if(downDIV1.style.top==""){
var prevTop2=0;
} else {
var prevTop2=parseInt(downDIV1.style.top)
}
upDIV1.style.top=prevTop1-1;
downDIV1.style.top=prevTop2-1;
scrollcount1++;
if(parseInt(upDIV1.style.top)<=-sing_h1){
upDIV1.style.top=parseInt(downDIV1.style.top)+sing_h1
var temp=upDIV1;
upDIV1=downDIV1;
downDIV1=temp;
}
//alert(upDIV1.style.top)
setTimeout("scrollUp1()",20);
}
else
{
scrollcount1=0;
}
}
//setTimeout("scrollUp1()",20);
inits1();
>
</script--></DIV></TD></TR></TBODY></TABLE><!--功能区结束-->
<DIV class=right>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD class=ad>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20080926020536,338,13589,31960,0,3);"
href="http://job.zte.com.cn/ZTE.Graduate.Web/index.aspx"
target=_blank><IMG height=200
src="/ChinaHR/images/zhongxing200.gif" width=150
border=0></A></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20081009005560,338,13589,32650,0,3);"
href="http://pages.chinahr.com/2008/cdp/cdht_1008/yd.asp?prj=pic&ADPara=338,32650,1,2"
target=_blank><IMG height=200
src="/ChinaHR/images/cdgx150x200new.gif" width=150
border=0></A></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20081009005208,338,13589,32622,0,3);"
href="http://www.chinahr.com/survey/contactsingapore/question_page10.asp?prj=pic&ADPara=338,32622,1,3"
target=_blank><IMG height=200
src="/ChinaHR/images/xjp109.gif" width=150
border=0></A></P>
<P class=index_img1></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20080901030868,338,13589,30340,0,3);"
href="http://pages.chinahr.com/2007/bjp/chinamobile_0921/index.asp?prj=pic&ADPara=338,30340,1,5"
target=_blank><IMG height=200
src="/ChinaHR/images/zgyd150x200neo.gif" width=150
border=0></A></P></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD>
<DIV class=z>
<DIV class=z_t>职业指导站</DIV>
<DIV class=z_b>
<P><A class=link_3
href="http://content.chinahr.com/Article(52446)ArticleInfo.view"
target=_blank>第三产业人才最吃香</A></P>
<P><A class=link_3
href="http://content.chinahr.com/Article(52424)ArticleInfo.view"
target=_blank>应聘文职岗位三秘诀</A></P>
<P><A class=link_3
href="http://content.chinahr.com/Article(52421)ArticleInfo.view"
target=_blank>职场男女15种巨大差异</A></P>
<P><A class=link_3
href="http://content.chinahr.com/Article(52413)ArticleInfo.view"
target=_blank>如何保障工资奖金权益<IMG
style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; FLOAT: none; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px"
src="/ChinaHR/images/new.gif"></IMG></A></P>
<P><A class=link_3
href="http://content.chinahr.com/Article(52391)ArticleInfo.view"
target=_blank>IT老人如突破瓶颈</A></P></DIV>
<DIV class=z_t style="MARGIN-TOP: 10px">伯乐谷 BLOG</DIV>
<DIV class=z_b>
<P><A class=link_3
href="http://content.chinahr.com/Article(52428)ArticleInfo.view"
target=_blank><FONT color=red>研究生求职如何别有用心</FONT></A></P>
<P><A class=link_3
href="http://content.chinahr.com/Article(52426)ArticleInfo.view"
target=_blank><FONT color=red>读研,你准备好了吗</FONT></A></P>
<P><A class=link_3
href="http://content.chinahr.com/Article(52425)ArticleInfo.view"
target=_blank><FONT color=red>研究生,企业看好吗</FONT></A></P>
<P><A class=link_3 href="http://blog.chinahr.com/blog/yangxi/post/88184/"
target=_blank>从300到15000的职场路</A></P>
<P><A class=link_3
href="http://track.chinahr.com/StatClick1.aspx?url=http://cncnhr.englishtown.com/sp/landing/redirect.aspx?kwid=94846%26etag=E09681/"
target=_blank>[专栏]5分钟改变人生</A></P></DIV></DIV></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD class=ad>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20081009005479,339,13590,32646,0,3);"
href="http://www.martinwine.cn/" target=_blank><IMG height=130
src="/ChinaHR/images/hbmd150x130.gif" width=150
border=0></A></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20081007003221,339,13590,32472,0,3);"
href="http://pages.chinahr.com/templet/default.asp?ContractID=20081007003221&tempId=4551&single_service_id=1041248&cT_id=4&prj=pic&ADPara=339,32472,1,2"
target=_blank><IMG height=130
src="/ChinaHR/images/bjht150x130.gif" width=150
border=0></A></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20081006001991,339,13590,32362,0,3);"
href="http://house.focus.cn/job/company_view.php?company_id=61"
target=_blank><IMG height=130
src="/ChinaHR/images/souh1006.gif" width=150
border=0></A></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20080925019301,339,13590,31865,0,3);"
href="http://08zjgz.chinahr.com/08hg/08hg.htm?prj=pic&ADPara=339,31865,1,4"
target=_blank><IMG height=130
src="/ChinaHR/images/zjgz150130.gif" width=150
border=0></A></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20080918013545,339,13590,31442,0,3);"
href="http://www9.eastmoney.com/zhaopin/zhaopin_1.asp" target=_blank><IMG
height=130 src="/ChinaHR/images/dongfangcf.gif" width=150
border=0></A></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20080918013389,339,13590,31422,0,3);"
href="http://chinahrafa.allyes.com/main/adfclick?db=chinahrafa&bid=1701,839,68&cid=1077,46,1&sid=1695&show=ignore&url=http://www.chinahr.com/promotion/mkt/2008/09161/index.html&prj=pic&ADPara=339,31422,1,6"
target=_blank><IMG height=130
src="/ChinaHR/images/huaerjnew.gif" width=150
border=0></A></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20080917012108,339,13590,31324,0,3);"
href="http://www.chinahr.com/promotion/mkt/2008/0916/index.html?mark=1&prj=pic&ADPara=339,31324,1,7"
target=_blank><IMG height=130
src="/ChinaHR/images/hezuosh130.gif" width=150
border=0></A></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20080916011261,339,13590,31266,0,3);"
href="http://tv.zol.com.cn/topic/1064708.html" target=_blank><IMG
height=130 src="/ChinaHR/images/zhongguancanzaixian.gif"
width=150 border=0></A></P>
<P class=index_img1><A
onmousedown="return AdInsClick(1,20080909006781,339,13590,30928,0,3);"
href="http://www.chinahr.com/promotion/mkt/hrclub/2008/index.htm?prj=pic&ADPara=339,30928,1,9"
target=_blank><IMG height=130
src="/ChinaHR/images/sjb150130MD.gif" width=150
border=0></A></P></TD></TR></TBODY></TABLE></DIV><!--right结束-->
<TABLE class=left_ti1 height=30 cellSpacing=0 cellPadding=0 width=768
border=0><TBODY>
<TR>
<TD style="FONT-SIZE: 14px" vAlign=bottom>品牌企业招聘 | Featured
Employers</TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=780 border=0>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -