7万
861
32万
论坛元老
showimage.asp
Change the HTTP header
Response.ContentType = "image/gif"
Set cn = Server.CreateObject("ADODB.Connection")
cn.Open "driver={SQL Server};server=.;UID=sa;PWD=;DATABASE=pubs"
Set rs = cn.Execute("select logo from pub_info WHERE pub_id='0736'")
Response.BinaryWrite rs("logo")
Response.End
showimage.htm
<html>
<head><title>闪亮日子之人事档案管理系统图片显示/title></head>
<body>
<ing src=" showimage.asp ">
</body></html>
[1]
使用道具 举报
0
1万
中级会员
4
2万
316
2
381
1
362
499
155
注册会员
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|网站地图|源码论坛 ( 海外版 )
GMT+8, 2024-11-23 17:47 , Processed in 0.094886 second(s), 26 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.