📄 reginfo.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" %><%@ page import="myutil.*"%><%@ page import="java.sql.*"%><% request.setCharacterEncoding("gb2312");response.setContentType("text/html;charset=gb2312");%><HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=gb2312"><TITLE>招聘网</TITLE><style type="text/css"><!--a.a:hover { font-size: 12px; color: #0032CD; text-decoration: none; cursor: hand}a.a:link { font-size: 12px; color: #0032CD; text-decoration: none}a.a:visited { font-size: 12px; color: #ff0000; text-decoration: none}a.b:hover { font-size: 12px; color: #ffffff; text-decoration: none; cursor: hand}a.b:visited { font-size: 12px; color: #ffffff; text-decoration: none; cursor: hand}a.b:link { font-size: 12px; color: #ffffff; text-decoration: none}a.d:visited { font-size: 12px; color: #000000; text-decoration: none; cursor: hand}a.d:link { font-size: 12px; color: #000000; text-decoration: none}a.c:visited { font-size: 12px; color: #FF0000; text-decoration: none}a.c:link { font-size: 12px; color: #000066; text-decoration: none}.un { font-size: 10px; color: #CCCCCC}.u { font-size: 12px; color: #ffffff}.u1 { font-size: 9pt; color: #bababa}.p9{ font-size: 9pt; line-height: 158% }.button{font-size:9pt}.u2{text-indent: 2.5em; font-size=12px}.u3{text-indent: 1.5em; font-size=12px; color:#000090}a.e:hover { font-size: 12px; color: #bababa; text-decoration: none; cursor: hand}a.e:visited { font-size: 12px; color: #bababa; text-decoration: none; cursor: hand}a.e:link { font-size: 12px; color: #bababa; text-decoration: none}--></style><script language="JavaScript" src="../js/city.js"></script><script>function CheckUserID(){var userid=document.powersearch.userid.value;window.open("../CheckUserID.jsp?userid="+userid+"&usertype=1","NewWindow","width=200,height=20,status=0,scrollbars=0,resizable=1,menubar=0,toolbar=0,location=0");}</script><script language="JavaScript">function GetObjID(ObjName){ for (var ObjID=0; ObjID < window.powersearch.elements.length; ObjID++) if ( window.powersearch.elements[ObjID].name == ObjName ) { return(ObjID); break; } return(-1);}function AddItem(ObjName, DesName, CatName){ //GET OBJECT ID AND DESTINATION OBJECT ObjID = GetObjID(ObjName); DesObjID = GetObjID(DesName);// window.alert(document.powersearch.elements[DesObjID].length); k=0; i = document.powersearch.elements[ObjID].options.length; if (i==0) return; maxselected=0 for (h=0; h<i; h++) if (document.powersearch.elements[ObjID].options[h].selected ) { k=k+1; maxselected=h+1; } if (maxselected>=i) maxselected=0; if ( document.powersearch.elements[DesObjID].length + k >6 ) { window.alert("最多可选择6条"); return; } if (CatName != "") CatObjID = GetObjID(CatName); else CatObjID = 0; if ( ObjID != -1 && DesObjID != -1 && CatObjID != -1 ) { jj = document.powersearch.elements[CatObjID].selectedIndex; if ( CatName != "") { CatValue = document.powersearch.elements[CatObjID].options[jj].text; CatCode = document.powersearch.elements[CatObjID].options[jj].value; } else CatValue = ""; i = document.powersearch.elements[ObjID].options.length; j = document.powersearch.elements[DesObjID].options.length; for (h=0; h<i; h++) { if (document.powersearch.elements[ObjID].options[h].selected ) { Code = document.powersearch.elements[ObjID].options[h].value; Text = document.powersearch.elements[ObjID].options[h].text; j = document.powersearch.elements[DesObjID].options.length; if (Text.indexOf('--')!=-1) { for (k=j-1; k>=0; k-- ) { document.powersearch.elements[DesObjID].options[k]=null; } j=0; } if (Text.substring(0,1)=='-' && Text.substring(1,2)!='-') { for (k=j-1; k>=0; k-- ) { if (((document.powersearch.elements[DesObjID].options[k].value).substring(0,2))==(Code.substring(0,2))) document.powersearch.elements[DesObjID].options[k]=null; } j= document.powersearch.elements[DesObjID].options.length; } HasSelected = false; for (k=0; k<j; k++ ) { if ((document.powersearch.elements[DesObjID].options[k].text).indexOf('- -')!=-1){ HasSelected = true; window.alert('已经包括本选项:'+Text); break; }else if ((document.powersearch.elements[DesObjID].options[k].text).indexOf('- ')!=-1 && ((document.powersearch.elements[DesObjID].options[k].value).substring (0,2)==Code.substring(0,2))){ HasSelected = true; window.alert('已经包括本选项:'+Text); break; } if (document.powersearch.elements[DesObjID].options[k].value == Code) { HasSelected = true; break; } } if ( HasSelected == false) { if (CatValue !="") { Location = GetLocation(DesObjID, CatValue); if ( Location == -1 ) { document.powersearch.elements[DesObjID].options[j] = new Option("---"+CatValue+"---",CatCode); document.powersearch.elements[DesObjID].options[j+1] = new Option(Text, Code); }//if else { InsertItem(DesObjID, Location+1); document.powersearch.elements[DesObjID].options[Location+1] = new Option(Text, Code); }//else } else{ document.powersearch.elements[DesObjID].options[j] = new Option(Text, Code); } }//if document.powersearch.elements[ObjID].options[h].selected =false; }//if }//for document.powersearch.elements[ObjID].options[maxselected].selected =true; }//if}//end of functionfunction DeleteItem(ObjName){ ObjID = GetObjID(ObjName); minselected=0; if ( ObjID != -1 ) { for (i=window.powersearch.elements[ObjID].length-1; i>=0; i--) { if (window.powersearch.elements[ObjID].options[i].selected) { // window.alert(i); if (minselected==0 || i<minselected) minselected=i; window.powersearch.elements[ObjID].options[i] = null; } } i=window.powersearch.elements[ObjID].length; if (i>0) { if (minselected>=i) minselected=i-1; window.powersearch.elements[ObjID].options[minselected].selected=true; } }}</script><link href="../css/css.css" rel="stylesheet" type="text/css"><meta http-equiv="Content-Type" content="text/html; charset=gbk"></HEAD><body leftmargin="0" topmargin="0"> <% DataBaseConn con=new DataBaseConn(); ShowErrorBox show=new ShowErrorBox(); String strChecked="checked"; String strUserName=(String)session.getAttribute("usercode"); ResultSet rs=con.getRs("SELECT * FROM t_jobSeeker WHERE ausername='"+strUserName+"'"); if(rs.next()) { %><div align="center"> <table width="778" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="1" bgcolor=""></td> <td> <table width="776" border="0" cellspacing="0" cellpadding="0" > <tr> </tr> <tr> <td height="27" align="center" valign="bottom" background=""></td> </tr> <tr align="center" background=""> <td height="22" colspan="2"><table width="100%" height="22" border="0" cellpadding="0" cellspacing="0" background=""> <tr> <td height="37" align="center" class="top" color="red"> <strong><font color="#FF0000">个人基本信息修改</font></strong><strong> </tr> </table></td> </tr> </table> <font color="#FF0000">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -