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

📄 showimg.asp

📁 自己的网站 看看吧 我以前的网站
💻 ASP
字号:
<!--#include file="bkconn.asp"-->
<%
imgid=request("id")
set rs=server.createobject("ADODB.recordset") 
rs.Open "SELECT * FROM book where size>0 and id =" & imgid,conn,1,3 
if rs.EOF then
   response.redirst "default.asp"
else
   ip=rs("ip")
   xm=rs("xm")
   dw=rs("dw")
   sj=rs("sj")
%>
<html>
<style type="text/css">
<!--
table,td,body {font-size: 12px;line-height:20px;color:#009900;}
textarea,input,select {font-size: 12px;line-height:16px;color:#000000;}
A:link {text-decoration: none; color: 000000;}
A:visited {text-decoration: none; color: 000000;}
A:active {text-decoration: none; color: 000000;}
A:hover {text-decoration: underline; color: red}
-->
</style>
<head>
<title>图像浏览</title>
</head>
<body>
<table width=100% cellspacing=1 bgcolor=#009900 cellpadding=5>
  <tr>
    <td width=30% bgcolor=#FFFFFF>
      <center><img src="imgout.asp?id=<%=imgid%>"></center>
    </td>
  </tr>
  <tr>
    <td width=30% bgcolor=#FFFFFF>
      <center><%=dw%><font color=red size=3><%=xm%></font>(<%=ip%>)上传的图像(<%=sj%>)<br><br><a href="javascript:self.close()">『关闭窗口』</a></center>
    </td>
  </tr>
</table>
</body>
</html>
<%end if%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -