jamesjames1
Technical User
Can anyone see why my thumbnails are not working?
James
<html>
<body bgcolor="#C0C0C0">
<%
Set MyDirectory=Server.CreateObject("Scripting.FileSystemObject")
Set MyFiles=MyDirectory.GetFolder(Server.MapPath("/mums/mull"))
For each filefound in MyFiles.files
<%Response.Write ("<a href=""" & "/mums/mull/" & filefound.Name & """>" & "CLICK - Ann Mull Picture - " & filefound.Name ) %>
<%
<br>
<% response.write "<IMG SRC="filefound.name"></A>" %>
<% Next %>
<p><font face="Calibri" size="4"> &
</font><font face="Calibri" size="4" color="#0000FF">
<a href=" Back </a></font></p>
</body>
</html>
James
<html>
<body bgcolor="#C0C0C0">
<%
Set MyDirectory=Server.CreateObject("Scripting.FileSystemObject")
Set MyFiles=MyDirectory.GetFolder(Server.MapPath("/mums/mull"))
For each filefound in MyFiles.files
<%Response.Write ("<a href=""" & "/mums/mull/" & filefound.Name & """>" & "CLICK - Ann Mull Picture - " & filefound.Name ) %>
<%
<br>
<% response.write "<IMG SRC="filefound.name"></A>" %>
<% Next %>
<p><font face="Calibri" size="4"> &
</font><font face="Calibri" size="4" color="#0000FF">
<a href=" Back </a></font></p>
</body>
</html>