list.asp

来自「一个简单的小程序」· ASP 代码 · 共 31 行

ASP
31
字号
<!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"--><%
lbid=request("lbid")
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><%=lbname%> - <%=webname%></title>
<meta name="Keywords" content="<%=lbname%>" />
<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 + =
减小字号Ctrl + -
显示快捷键?