📄 showaffiche.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="top.asp"-->
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0">
<div align="center">
<center>
<TABLE border=1 cellPadding=0 cellSpacing=0 width="760" bordercolor="#6687BA" style="border-collapse: collapse">
<TBODY>
<TR>
<TD vAlign=top width=174><!--#include file="service_left.asp"--> </TD>
<TD align=middle vAlign=top nowrap>
<% id=request.QueryString("id")
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from affiche where id="&id&""
rs.open sql,conn,3,3
%>
<br>
<br>
<table width="95%" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td height="25"><li class="f2"><b><font color="#FF0000"><%=rs("affichetop")%></font></b></li>
</td>
<td width="20%"><div align="right" class="f1"><%=rs("date")%></div></td>
</tr>
<tr>
<td colspan="2"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <span><p><%=rs("affiche")%></p></span></td>
</tr>
</table></td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
</center>
</div>
<!--#include file="foot.asp"-->
</body>
<% rs.close
set rs=nothing
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -