?? ps_shjia.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="../webconfig.asp"-->
<html>
<head>
<title><%=webname%>--配送說明查看</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
td{font-size:9pt;line-height:120%;color:#353535}
body{font-size:9pt;line-height:120%}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:hover { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>
<body leftmargin="5" topmargin="20" marginwidth="0" marginheight="0">
<%dim shjiaid
shjiaid=request.QueryString("id")
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from ps where shjiaid="&shjiaid,conn,1,1
%>
<br>
<table width="400" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="97" valign="top">
<table width="94%" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td colspan="2" style="table-layout:fixed;word-break:break-all"><%=trim(rs("content"))%></td>
</tr>
<tr>
<td width="33%" colspan="2" ><div align="center"><a href='javascript:window.close()'><font color="#FF0000">點擊關閉窗口</font></a></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%rs.close
set rs=nothing%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -