?? detail.asp
字號:
<!--#include file="changecode.asp"-->
<!--#include file="../database/opendb.asp"-->
<!--#include file="../bg/css.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<body>
<%
id=Request.querystring("id")
sql="select name,content from data WHERE ID="&id
rst.Open sql,my_conn,1,1
%>
<table>
<tr>
<td class="style2"><%=rst("name")%></td>
</tr>
<tr>
<TD class="style2"> <%=changecode(rst("content"))%></TD>
</tr>
</table>
</body>
</html>
<%rst.close%>
<!--#include file="../database/closedb.asp"-->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -