<tr>
<td height="10" colspan="3" align="right"></td>
</tr>
<tr>
<td height="20" align="right"> </td>
<td height="20" align="left"> </td>
<td align="left">
<input type="submit" name="b2" value="修改密码"></td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="../footer.asp"-->
6.1.5 外发简历模块的设计和实现
企业可以通过收到的简历列表选择合适的职位人选,简历列表页面设计效果如下:
图6.11 企业简历管理界面
代码如下:
<!--#include file="../inc/conn.asp"-->
<!--#include file="../top.asp"-->
<!--#include file="Checklogin.asp"-->
<!--#include file="topmenu.asp"-->
<script>
function seeResume(id)
{
var url="/jianli/perResume.asp?id="+id;
var fo=window.open (url,"seeResume","width=670,height=600,left=100,top=80,resizable=yes,scrollbars=yes");
fo.focus();
}
</script>
<table width="970" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="155" bgcolor="f9f9f9" valign=top><!--#include file="left.asp"--></td>
<td valign="top"><br>
<table width="90%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td width="118"><font class="boxtitle">收到的简历</font></td>
<td width="462" align="left"></td>
</tr>
<tr>
<td height="5" colspan="2"></td> ASP+ACCESS网上招聘网站开发+ER图+用例图(25):http://www.youerw.com/jisuanji/lunwen_2837.html