在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
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] |
请发表评论