Click to See Complete Forum and Search --> : thumbnail browsing...help?


krismisz
01-07-2003, 07:18 PM
Hey all! I'm new to this whole javascript thing and I'm looking for some help. Can anyone tell me how to do the following?

I have a page of pictures on my website that I'm making and I would like to have users browse through thumbnails with a NEXT and PREVIOUS button, and when the button is clicked, is there a way to do it so that only the picture reloads and not the whole page? I would also like for a new window to come up with the full sized image once the thumbnail is clicked. I noticed that there was a script on javascript.internet.com, but I can't seem to get it to work for me.

Can anyone give me an easy way to do this? I would very much appreciate any help given!

Thanks!
krismisz

cyberclownhat
01-07-2003, 08:45 PM
Take a look at the HTML coding on this page.

www.geocities.com/ccbebs/PhotoGallery.htm

Two tables are used, one for the thumbnails and one for the supersized photo.

It uses Onmouseover but you could use Onclick instead.

Javascript is not needed to do what you are trying.

krismisz
01-07-2003, 10:22 PM
Thanks for the reply. I like the effect, but I don't like the picture changing with the mouseover effect. If you would, please check out this script:

http://javascript.internet.com/navigation/thumbnail-navigator.html

It's perfect, but I can't get it to work for me. Like I said, I'm new and I don't know what to alter to have it work for my site. If you can give me any help in that area, I'd greatly appreciate it!