⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login_yes.asp

📁 源码:asp编写的大学生毕业就业招聘信息管理系统
💻 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 session("user")="1" then response.write"个人用户"
											if session("user")="2" then response.write"企业用户"
											%><font color="#FF0000"><%=session("ac")%></font>进入<%=webname%>,请在下面进行您的操作。</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>进入会员中心</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='"&session("user")&"' and tid="&session("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 "<bgsound src='images/mail.wav' loop='1'>"
										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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -