📄 recruit.asp
字号:
<!--#include file="../include/connstr.asp"-->
<!--#include file="../include/DefFunction.asp"-->
<html>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>浙江永嘉诚一阀门有限公司</title>
<style type="text/css">
<!--
body {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="../include/mycss.css" rel="stylesheet" type="text/css">
<!-- 浮动层的开始 -->
<SCRIPT language=javascript>
var delta=0.15
var collection;
function floaters() { //添加层的子程序
this.items = [];
this.addItem = function(id,x,y,content)
{
document.write('<DIV id='+id+' style="Z-INDEX: 10; POSITION: absolute; width:100px; height:240px;left:'+(typeof(x)=='string'?eval(x):x)+';top:'+(typeof(y)=='string'?eval(y):y)+'">'+content+'</DIV>');
var newItem = {};
newItem.object = document.getElementById(id);
newItem.x = x;
newItem.y = y;
this.items[this.items.length] = newItem;
}
this.play = function()
{
collection = this.items
setInterval('play()',10);
}
}
function play() //调整层的位置
{
for(var i=0;i<collection.length;i++)
{
var followObj = collection[i].object;
var followObj_x = (typeof(collection[i].x)=='string'?eval(collection[i].x):collection[i].x);
var followObj_y = (typeof(collection[i].y)=='string'?eval(collection[i].y):collection[i].y);
if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));
followObj.style.left=followObj.offsetLeft+dx;
}
if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) {
var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;
dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
followObj.style.top=followObj.offsetTop+dy;
}
followObj.style.display = '';
}
}
var theFloaters = new floaters();
theFloaters.addItem('followDiv2',900,100,'<img src=../images/right.jpg usemap="#Map1111111111111" border=0>'); //层名,位置X,位置Y,内容
theFloaters.play();
</SCRIPT>
<!-- 浮动层的结束 -->
</head>
<body>
<!--#include file="../include/top.asp"-->
<table width="919" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="278" height="502" valign="top" bgcolor="63a639"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="278" height="502">
<param name="movie" value="Images/left.swf">
<param name=quality value=high>
<embed src="Images/left.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="278" height="502"></embed>
</object></td>
</tr>
</table>
<!--#include file="../include/left.asp"-->
</td>
<td width="616" valign="top"><table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="96%" height="160" valign="top"><table width="616" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="133" valign="middle" background="Images/Recruit.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" align="right"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="308" height="80">
<param name="movie" value="../images/shuidi.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="../images/shuidi.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="308" height="80" wmode="transparent"></embed>
</object></td>
</tr>
<tr>
<td width="6%" height="21"> </td>
<td width="57%" align="left" valign="bottom" class="biaoti">HOME> 人力资源>招聘信息</td>
<td width="37%"> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="24" valign="top"><br> </td>
</tr>
</table></td>
</tr>
</table><table width="537" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" class="zhengwen"><img src="Images/tou.jpg" width="537" height="100"></td>
</tr>
<tr>
<td width="5%" valign="top" background="Images/zuo1.jpg" class="zhengwen"><img src="Images/zuo.jpg" width="55" height="225"></td>
<td width="95%" rowspan="2" valign="top" class="zhengwen"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
<tr>
<td valign="top" class="font1"> 诚一欢迎优秀人才加盟。如果你具有良好的敬业精神、团队合作意识和创业激情,我们相信,此时此刻,非你莫属! 如果您对以下职位感兴趣,请到这里<span class="fontdz"><a href="Resume.asp"><strong><font color="#CC0000">提交简历</font></strong></a></span>。 </td>
</tr>
<tr>
<td valign="top"><TABLE width="100%" cellPadding=2 cellSpacing=1 bgColor=f7f7f7>
<%set rs=conn.execute("select * from tRecruit order by AddTime desc")
if rs.eof and rs.bof Then
Response.Write "<br><br><br><font color=FF6600 style='font-size: 14px;'><div style='padding-top: 3px;' align=center><b>暂时没有招聘信息,如果您有意向加盟我们的团队,请<a href='zhaopin.asp'>填写应聘表</a>!!</b></div></font>"
else
do while not rs.eof
%>
<tr bgcolor="#007B5C">
<td width="80%" height="20" bgcolor="#ABD3F1" class="font1"><font color="#ffffff"> <strong><%=rs("Job")%></strong></font></TD>
<td width="13%" align="center" bgcolor="#ADD3F7" class="fontdz"><a href="Resume.asp?Job=<%=rs("Job")%>"><strong><font color="#FFFFFF">我要应聘</font></strong></a></TD>
</tr>
<tr>
<td colspan="2" bgColor=#ffffff><%=chtml(cstr(rs("Content")))%><br>
<br></td></tr>
<%
rs.MoveNext
if rs.eof then exit Do
loop
end if
%>
</table></td>
</tr>
</table></p> </td>
</tr>
<tr>
<td height="86" background="Images/zuo1.jpg" class="zhengwen"><img src="Images/zuo1.jpg" width="55" height="73"></td>
</tr>
<tr>
<td class="zhengwen"><img src="Images/zuo2.jpg" width="55" height="83"></td>
<td class="zhengwen"><img src="Images/di.jpg" width="482" height="83"></td>
</tr>
</table></td>
<td width="25" valign="bottom" background="../images/about_6.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="262" background="../images/about_6.jpg"><IMG SRC="../images/about_6.jpg" WIDTH=24 HEIGHT=52 ALT=""></td>
</tr>
<tr>
<td height="459" valign="bottom"><IMG SRC="../images/about_8.jpg" WIDTH=24 HEIGHT=337 ALT=""></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="../include/bottom.asp"-->
</body>
</html>
<map name="Map1111111111111" id="Map1111111111111">
<area shape="rect" coords="18,62,71,116" href="../News/News.asp">
<area shape="rect" coords="18,125,72,184" href="../aboutus/Cultrue.asp">
<area shape="rect" coords="20,203,73,258" href="../product/Feedback.asp">
<area shape="rect" coords="18,272,77,327" href="../Distribution/Distribution.asp">
<area shape="rect" coords="14,334,81,359" href="../english/main.asp" target="_blank">
</map>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -