📄 bid.asp
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><!--#include file="inc/conn.asp"--><!--#include file="inc/ubb.asp"--><%
bid=request("bid")
set rs_bid=server.CreateObject("adodb.recordset")
sql="select * from laos_shu where bid="&bid
rs_bid.open sql,conn,1,1
if not rs_bid.eof then
bid=rs_bid("bid")
bname=rs_bid("name")
lbid=rs_bid("lbid")
zz=rs_bid("zz")
zt=rs_bid("zt")
sj=rs_bid("sj")
pic=rs_bid("pic")
qy=rs_bid("qy")
xgdate=rs_bid("xgdate")
end if
rs_bid.close
set rs_bid=nothing
set rs_lb=server.CreateObject("adodb.recordset")
sql="select * from laos_class where lbid="&lbid
rs_lb.open sql,conn,1,1
if not rs_lb.eof then
lbname=rs_lb("name")
end if
rs_lb.close
set rs_lb=nothing
%>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><%=bname%> - <%=webname%></title>
<meta name="Keywords" content="<%=bname%>" />
<meta name="Description" content="<%=description%>" />
<link href="images/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="t">
<div class="head auto">
<div class="title left">
<img src="images/logo.png" alt="<%=webname%>" id="logo" />
<h1><a href="index.asp"><%=webname%></a></h1>
<p><%=webname2%></p>
</div>
<div class="so right">
<div class="so_a clear">
<div class="top_right right"><a href="book.asp">鎻愭彁鎰忚
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -