📄 said.asp
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<% data_path="../../" 'ACC连接数据库路径,对SQL无效 %>
<!--#include file="../../conn/conn.asp"-->
<!--#include file="../../inc/safe.asp"-->
<!--#include file="../../Dns/Dns.asp"-->
<!--#include file="../checkrole.asp"-->
<%
call checkuser("wt")
%>
<link href="../css/css.css" rel="stylesheet" type="text/css">
<%
Set Rs_wt=Server.CreateObject("Adodb.Recordset")
Sql_wt="Select * From yixiang_main"
Rs_wt.Open Sql_wt,Conn,1,1
if not Rs_wt.eof then
%>
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
<tr><td align="center" height="30" bgcolor="#DCEDFC" colspan="3">
<b><font color="#1977B6">【<%=WebName%>】委托说明</font></b><br />
</td>
</tr>
<tr><td width="1" bgcolor="#FCFCFC"></td>
<td height="400" valign="top" style="word-break:break-all"><table width="100%" height="399" border="1" align="center" cellpadding="1" cellspacing="2" bordercolor="#B9DDFE" >
<tr><td valign="top"><br />
<%=Rs_wt("yixiang_Wt")%></td>
</tr></table>
</td><td width="1" bgcolor="#FCFCFC"></td>
</tr>
<tr><td colspan="3" height="10" bgcolor="#DCEDFC"></td>
</tr>
</table>
<%
Rs_wt.Close
Set Rs_wt=nothing
end if
conn.close
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -