Click to See Complete Forum and Search --> : New at JS seek help with onmouseover


Oranje
10-16-2003, 05:22 AM
Hello everybody,

I have a problem, I'm not very familiar with javascript (I cut and paste, mostly), I have searched the site, forum and the internet for a solution.

I have index.html with three I-frames

names.html name=names (page with text links, sort of navigation)
titel.html name=preview (titel page with room for preview image when hovering link on names.html (mouseover))
blank.html name=photo (page where page must load after clicking the link)

Here is the site: Click (http://members.home.nl/wdalbum/)

What I want is whenever someone hovers a person's name on names.html, they see a thumbnail in titel.html, and when they click on that name, they get a page with photo and description in "photo"-frame.

I hope this is a bit clear?

Can you help me, and remember I'm really a nitwit when it come to JavaScript.

If you can I love you to death! (or for a few days anyway)

Thanks!

Oranje

lillu
10-16-2003, 06:39 AM
This should get you started:

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

If you need customization help, feel free to ask for it.

Oranje
10-16-2003, 03:51 PM
Thanks Lillu


Never mind you friendly bunch, I've come to a different sollution to my problem!

Oranje