Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone !Here i have requirement of creating a SlideShow.So i decided to show using javascript and i have to load the images from Database in to javascript Function.
Can any one give me suggestion?
Posted
Updated 16-Jun-10 17:58pm
v2

1 solution

You need an intermediate layer. Your javascript can set the URL of an img tag, and your URL can point to a page which pulls the image from the database and returns the data.
 
Share this answer
 

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