Ops sorry I made a mistake. Yeap it is the path for the image insetad of the original image itself. In eclipse web content I create a folder named images and it the folder there is Beanie image category whereby the image.jpg is encode in it.
Below is the code that I used to display out the images.
Code:
<td>
<div style=""><img border="1"
src="images/Beanie/<%=rs.getString("Image") %>" height="160" width="160" /></div>
</td>
Do you guys know how to display all the 100 images from the database dynamically?
Thanks:D
The software that I am using is called eclipse, tomcat6 and sql query browser.:D