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

📄 law.asp

📁 免费实用家教网整站程序(奥运特别版) v1.5
💻 ASP
字号:
<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="unhtml.asp"-->
<!--#include file="ubb.asp"-->
<html>
<%
if not(isnumeric(request("id"))) then
response.redirect "nodata.html"
rs.close
end if
sql="select * from service where id="&clng(request("id"))
rs.open sql,conn,1,1
if rs.eof or rs.bof then
           response.redirect "nodata.html"
           rs.close
end if
%>
<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 width="811" height="303" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" id="table1">
		<tr>
			<td style="border-left: 1px solid #ffc6bf; border-right: 1px solid #ffc6bf; border-top: 1px solid #ffc6bf" 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="4" color=#ff0000><%=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 + -