⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ps_shjia.asp

📁 商业网站开发有源代码可以运行
💻 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 + -