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

📄 law.asp

📁 网上招聘与求职系统是通过INTERNET
💻 ASP
字号:
<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="unhtml.asp"-->
<!--#include file="ubb.asp"-->
<html>
<%
sql="select * from service where id="&clng(request("id"))
rs.open sql,conn,1,1
%>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css"  type="text/css">
<title><%=request("what")%> - <%=webname%></title>
</head>

<body>
<!--#include file="top.asp"-->
<div align="center">
	<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1" height="303">
		<tr>
			<td style="border-left: 1px solid #0086DF; border-right: 1px solid #0086DF" width="760" valign="top">
			<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table2" height="216">
				<tr>
					<td height="76">
					<p align="center"><b><font size="5"><%=request("what")%></font></b></td>
				</tr>
				<tr>
					<td>
					<div align="center">
						<table border="1" width="97%" cellpadding="0" id="table3" height="120" style="border-collapse: collapse" bordercolor="#C0C0C0">
							<tr>
								<td style="margin-top: 1; margin-bottom: 1">
								<div align="center">
									<table border="0" width="96%" cellspacing="0" cellpadding="0" id="table4" height="54">
										<tr>
											<td> </td>
										</tr>
										<tr>
											<td height="25"><%=ubbcode(unhtml(rs("service")))%></td>
										</tr>
										<tr>
											<td height="14">&nbsp;</td>
										</tr>
									</table>
								</div>
								</td>
							</tr>
						</table>
					</div>
					</td>
				</tr>
			</table>
			</td>
		</tr>
	</table>
</div>
<%
rs.close
set rs=nothing
set conn=nothing
%>
<!--#include file="base.asp"-->
</body>

</html>

⌨️ 快捷键说明

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