📄 aboutus.asp
字号:
<!--#include file="Inc/SysProduct.asp" -->
<!--#include file="css.css" -->
<style type="text/css">
<!--
.STYLE3 {font-size: 14px}
.STYLE5 {font-size: 14px; color: #FF9900; }
-->
</style>
<!--#include file="top.asp"-->
<%Title=Trim(request("Title"))
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select Content from Aboutus where Title='"&Title&"'"
rs.open sql,conn,1,3
%>
<table width="1001" height="120" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="316" valign="top"><!--#include file="left.asp" --></td>
<td width="654" align="center" valign="top"><table width="620" height="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="620" height="59" align="left" background="images/amain_8.gif"><span class="STYLE5"><%=Title%> </span></td>
</tr>
</table>
<table width="620" height="248" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="248" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="3%" height="34" rowspan="3"> </td>
<td width="94%"> </td>
<td width="3%" rowspan="3"> </td>
</tr>
<tr>
<td class="ttd"><font color="#FFFFFF"><%=rs("Content")%></font></td>
</tr>
<tr>
<td></td>
</tr>
</table></td>
</tr>
</table>
</td>
<td width="31" valign="top"><img src="images/amain_9.gif" width="65" height="219" /></td>
</tr>
</table>
<!--#include file="foot.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -