iGuest 3 Report post Posted August 15, 2011 Here is what I was thinking:I have an image directory, inside are multiple albums with image. want to the albums populate the drop down menu. The selected drop displays the images, when a different selection has been made, it changes the images accordingly without refreshing the page.Any way to get this done??Thanks.What I was trying to make is add that functionality with this image gallery http://forums.xisto.com/no_longer_exists/ help would be awesome thanks Share this post Link to post Share on other sites
darko100 1 Report post Posted August 18, 2011 That is called AJAX and i don't think that you could do it "easy" way. Not sure if there is a script for that , search for "ajax gallery" or something like that.In websites , AJAX is used from JavaScript to get content(image,text,any kind of data) without refreshing. There are dozens of JavaScript libraries which makes AJAX requests very easy to understand and manipulate them.You should start learning xHTML , CSS , JavaScript and PHP... You will find out how it works. Share this post Link to post Share on other sites