HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/castironradiatorcentre/images/concord-house/index.asp
<html>
<head>

<style>
img {
    max-width: 1000px;
}
</style>
</head>

<body>

<%
Dim FCount

FCount = 0

Sub ShowPicture(AName)
  FCount = FCount + 1
%>
<b>Picture <%=FCount%></b>&nbsp;&nbsp;-&nbsp;&nbsp;<%=AName%><br>
<a href="<%=AName%>"><img src="<%=AName%>" /></a>
<br><br>
<%
End Sub


ShowPicture "Concord House - radiators (1 of 2).jpg"
ShowPicture "Concord House - radiators (2 of 2).jpg"
ShowPicture "Concord House - radiators (1 of 3)-2.jpg"
ShowPicture "Concord House - radiators (2 of 3)-2.jpg"
ShowPicture "Concord House - radiators (3 of 3)-2.jpg"
ShowPicture "Concord House - radiators (1 of 3)-3.jpg"
ShowPicture "Concord House - radiators (2 of 3)-3.jpg"
ShowPicture "Concord House - radiators (3 of 3)-3.jpg"

%>

</body>

</html>