<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <%'option explicit%> Brunel 200: Education <% page="image" %>
Brunel 200 Masthead Montage Registration Acknowledgements Visitor Information Creative Bristol
Brunel 200 Masthead Montage
<% ID = request.querystring("ID") Set objCon = Server.CreateObject ("ADODB.Connection") Set objRec = Server.CreateObject ("ADODB.Recordset") objCon.Open Dbcon SQL = "SELECT * FROM gallery WHERE ID = " & ID objRec.Open SQL, objCon %>
Image Gallery

<%= ObjRec("title") %>

<%= ObjRec("description")%>


<< Back to the gallery
ships
<% objRec.close() objCon.close() Set objCon = nothing Set objRec = nothing %>