Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anybody help me to use javascript slideshow with fade in and fade out effect?

As i am new to javascript. But i want to create slideshow with javascript and images should come from database. It's dynamic slideshow. Admin can add or delete the images. I want to use 3 slideshow on single page. Please help me??
Posted
Comments
ChauhanAjay 23-Aug-14 5:31am    
Kindly have a look at this link
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm

The images in the above script are static you will need to get the images with the help of a select query from your database
MAK09 27-Aug-14 4:06am    
How would i bind database. because whatever you provided link is hardcoded image is there.
ChauhanAjay 27-Aug-14 4:58am    
You will need to write the server code to retrieve the image from the database and replace that in the hard coded images part.
MAK09 27-Aug-14 8:50am    
i am new to javascript can u please provide any demo code

1 solution

 
Share this answer
 
v2

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