Click here to Skip to main content
15,885,874 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi every one!If i have a folder which contains a collection of images say 10.If i wanna to add that folder to the src like
<image id="img" src="Images_Folder" />

<img id="img" src="Images/2106003206.png" height="300" width="400"/>
when i am writing for src here am getting the First image in the Collection.Is there any other way to add that folder?I have to add that to my Album folder where i have to Show a SlideShow... :-)
Posted

Why dont you use Jquery. There are a myriad ways to accomplish this using Jquery with very less code.
have samples here

a-simple-jquery-slideshow

9-jquery-slideshow-applications-you-cannot-miss/
 
Share this answer
 
it would be better using AJAX CONTROLS..than javaScript..
 
Share this answer
 
Comments
Sandeep Mewara 4-Jun-10 8:35am    
Reason for my vote of 1
Can you please explain what is AJAX? As much we know, it's Asynchronous JavaScript and XML!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900