HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/asp/fotoalbum/orgineel.asp
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include virtual="/Connections/indoorski_reader.asp" -->
<%
Dim orgineel__MMColParam
orgineel__MMColParam = "1"
If (Request.QueryString("id") <> "") Then 
  orgineel__MMColParam = Request.QueryString("id")
End If
%>
<%
Dim orgineel
Dim orgineel_cmd
Dim orgineel_numRows

Set orgineel_cmd = Server.CreateObject ("ADODB.Command")
orgineel_cmd.ActiveConnection = MM_indoorski_reader_STRING
orgineel_cmd.CommandText = "SELECT * FROM TABEL_IMAGES WHERE id = ?" 
orgineel_cmd.Prepared = true
orgineel_cmd.Parameters.Append orgineel_cmd.CreateParameter("param1", 5, 1, -1, orgineel__MMColParam) ' adDouble

Set orgineel = orgineel_cmd.Execute
orgineel_numRows = 0
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Leeraar</title>
<link href="/css/standaard.css" rel="stylesheet" type="text/css" />
</head>

<body>

<table border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td valign="top"> <p><img src="/asp/download/download-orgineel.asp?id=<%=(orgineel.Fields.Item("id").Value)%>" /></p></td>
  </tr>
</table>
</body>
</html>
<%
orgineel.Close()
Set orgineel = Nothing
%>