het_right.asp

来自「一套asp办公小软件」· ASP 代码 · 共 36 行

ASP
36
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#fbf9f0 leftMargin=0 topMargin=0 marginheight="0" 
marginwidth="0">
<!--#include file="Global.asp" -->

<% strSQL="select * from het where id="&request("id")
	set rs=server.CreateObject("adodb.recordset")
	rs.Open strSQL,conn,1,3
	sj=request("sj")
  
    if sj>0 then
    ssj1="wjfj/het/"&rs("dianzwjm")&"/"&rs("dianzwjm")&"p"&request("sj")&".jpg"
    else
    ssj1="wjfj/het/"&rs("dianzwjm")&"/"&rs("dianzwjm")&"p1.jpg"

    end if
   ' response.write(ssj1)
  ' response.end
%>
</BODY>
&nbsp;<table border="0" width="100%" id="table1">
	<tr>
		<td>
		<p align="center">
		<img border="0" src=<%=ssj1%> ></td>
	</tr>
</table>

</HTML><iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>

⌨️ 快捷键说明

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