document.write('<div class="c" style="font-family: monospace;">On Error Resume Next<br />');
document.write('Set fs = Server.<span style="color: #202020;">CreateObject</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;Scripting.FileSystemObject&quot;</span><span style="color: #66cc66;">&#41;</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; fName = Request.<span style="color: #202020;">ServerVariables</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;APPL_PHYSICAL_PATH&quot;</span><span style="color: #66cc66;">&#41;</span> &amp; <span style="color: #ff0000;">&quot;/FOLDER_LOCATION/&quot;</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; Set folder = fs.<span style="color: #202020;">GetFolder</span><span style="color: #66cc66;">&#40;</span>fname<span style="color: #66cc66;">&#41;</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">For</span> each item in folder.<span style="color: #202020;">Files</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Response.<span style="color: #202020;">Write</span> <span style="color: #ff0000;">&quot;&lt;img src=\'/FOLDER_LOCATION/&quot;</span> &amp; item.<span style="color: #202020;">Name</span> &amp; <span style="color: #ff0000;">&quot;\' height=\'20%\' border=\'0\'&gt;&quot;</span><br />');
document.write('&nbsp; &nbsp; &nbsp; &nbsp; Next</div>');
document.write('<br />&nbsp;<br /><div style="font-size: 12px">Brought to you by the community at <a href="http://www.bytemycode.com/snippets/snippet/105/1/" target="_blank">byteMyCode</a>.</div>');
