On my web page, i have a photo album, i want to make a slideshow, i don't know how to do it. can you help me
thu_mai 0 Newbie Poster
Recommended Answers
Jump to Posthi,
if u want to use javascript for imagre gallery u can use this code<head runat="server"> <title>Untitled Page</title> <script language="javascript"> <!-- function funcdisplay(n) { if (document.images) document.getElementById("myimage").src= "images"+"/" + "image" + n + ".jpg"; // alert('image display'); document.myimage.width=250; document.myimage.height=250; } //--> </script> <script language="JavaScript"> <!-- which_image_loaded …
All 4 Replies
Fungus1487 55 Posting Pro in Training
greeny_1984 14 Posting Whiz
thu_mai 0 Newbie Poster
Fungus1487 55 Posting Pro in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.