?? imagebig_honor.asp
字號:
<!--#include file="Inc/syscode.asp"-->
<%dim bookid
bookid=request.QueryString("id")%>
<html>
<head>
<title>Image</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
set rs2=server.CreateObject("adodb.recordset")
rs2.open "select * from honor where id="&bookid,conn,1,1
%>
<%if trim(rs2("img"))<>"" then
response.write "<div align='center'><img src="&trim(rs2("img"))&" border=0 ></div>"
else
response.Write "<img src=img/nopic.jpg width=65 height=96 alt=None image for a while!>"
end if%>
<div align="center"><BR>
<%=trim(rs2("title"))%><BR>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -