Hello, I've really no knowledge of Java programming, but still I try to make my family's homepage:
In the frame "top" I have placed pictures of the 4 of us in one cell each (within the same table). My goal is to make a (Java?)script that does as follows:
When MouseOver I would like that "picture1" of (one of us) to change into "picture2" (of the same person) at the same location (actually, this I have managed to solve).
However: When clicking on the picture I would like that two new frames ("content" & "right") to change/open. I manage if only one new frame shall change/open, but not when TWO new frames should change simultaniously.
I'm all together using 6 frames.
Could somebody help with the full code & a little explenation? I will be greatfull! (Actually, it would also be interesting to know how to solve the same problem when three frames or more (multiple frames) should change/open simultaniously.)
In the frame "top" I have placed pictures of the 4 of us in one cell each (within the same table). My goal is to make a (Java?)script that does as follows:
When MouseOver I would like that "picture1" of (one of us) to change into "picture2" (of the same person) at the same location (actually, this I have managed to solve).
However: When clicking on the picture I would like that two new frames ("content" & "right") to change/open. I manage if only one new frame shall change/open, but not when TWO new frames should change simultaniously.
I'm all together using 6 frames.
Could somebody help with the full code & a little explenation? I will be greatfull! (Actually, it would also be interesting to know how to solve the same problem when three frames or more (multiple frames) should change/open simultaniously.)