English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have my index divide as 30% and 70%

I have my menu on 30%

Question?
- How can I change 2(two) images at the same time in both frames after click in one of my menu options?

Thanks a lot,

Robert

2007-11-06 11:58:16 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

Yes, you need to add two functions in your onclick event.. like say you have one page with two frames - frame1 and frame2 and frame1 has image called image1 and frame2 has image called image2 and you want them both to change to image3 onclick, then set

onclick = " top.frame1.document.image1.src = 'link_to_image3', top.frame2.document.image2.src = 'link_to_image3';"

2007-11-06 12:16:29 · answer #1 · answered by CountryGirl 3 · 0 0

I use frames myself, and I'm not sure if there is a way to do that. If you provided a link for better visualization so we can see what you mean, that would help.

2007-11-06 12:09:06 · answer #2 · answered by Norak D 7 · 0 0

fedest.com, questions and answers