encomphonorbig.asp

来自「破解版的企业网站源码!! 绝对好用 适合各种企业应用 其中包包含产品展示 」· ASP 代码 · 共 28 行

ASP
28
字号
<!--#include file="Inc/conn.asp"-->
<!--#include file="Inc/check_sql.asp"-->
<%dim id
id=request.QueryString("id")%>
<html>
<head>
<title>Image</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from CompHonor where id="&id,conn,1,1
%>
<%if trim(rs("CompHonor"))<>"" then
	  response.write "<div align='center'><img src="&trim(rs("CompHonor"))&" border=0 ></div>"
else
	  response.Write "<img src=img/nopic.jpg width=65 height=96 alt=No Image!>"
end if%>
<div align="center"><BR>
  <%=trim(rs("Enexplain"))%><BR>
</div>
<%
rs.close
set rs=nothing
%>
</body>
</html>

⌨️ 快捷键说明

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