I am having few jpeg images on "C:/images/". I would like to slide show these images on a web page.I am using java code to get the right path of the image folder and jsp as front end having html div element to display the image. I have tried like this to display single image but failed, could anyone please help me out
<div id="image" style="background-color:yellow; height:200px; width:100px;float:left;">
<img src="C:/Desktop/Images/Image1.jpg" style="height:200px; width:100px;floatleft;">