www.gusucode.com > 528人才招聘网整站源代码-蓝色经典 精简版 2.0源码程序 > login_yes.asp

    <td height="36" style="border-bottom:1px solid #D4D4D4; border-left:1px solid #D4D4D4; border-right:1px solid #D4D4D4; border-top-width: 1px; " bgcolor="#FEFBF4">
								<div align="center">
									<table border="0" width="193" cellspacing="0" cellpadding="0" id="table7" height="128">
										<tr>
											<td height="61" width="193" colspan="3">&nbsp;&nbsp;&nbsp; 欢迎<%
											if Request.Cookies("user")="1" then response.write"个人用户"
											if Request.Cookies("user")="2" then response.write"企业用户"
											
											%><font color="#FF0000"><%=Request.Cookies("ac")%></font>进入【杰博528免费人才招聘网】,请在下面进行您的操作。</td>
										</tr>
										<tr>
											<td height="40" width="25" align="right">
											<img border="0" src="images/menu.gif" width="10" height="10"></td>
											<td height="40" width="6" align="right"> </td>
											<td height="40" width="162">
											<a href="control.asp"><b><font color=#ff0000>进入会员中心</font></b></a></td>
										</tr>
										<tr>
											<td height="40" width="25" align="right">
											<img border="0" src="images/menu.gif" width="10" height="10"></td>
											<td height="40" width="6" align="right"> </td>
											<td height="40" width="162">
											<b>
											<%
											sql="select id from message where ttype='"&Request.Cookies("user")&"' and tid="&Request.Cookies("id")&" and new=true"
											
											
											rs.open sql,conn,1,1
											%>
											<a href="message.asp">消息管理</a></b> (<font color="#FF0000"><%=rs.recordcount%></font>条新信息)</td>
										<%
										if rs.recordcount<>0 then response.write "<embed src=newpm.swf loop=false hidden=true autostart=true width=0 height=0 name=foobar mastersound=mastersound></embed>"
										rs.close
										%>
										</tr>
										<tr>
											<td height="40" width="25" align="right">
											<img border="0" src="images/menu.gif" width="10" height="10"></td>
											<td height="40" width="6" align="right"> </td>
											<td height="40" width="162">
											<b>
											<a href="exit.asp">退出登陆</a></b></td>
										</tr>
									</table>
								</div>
								</td>