piment
06-01-2010, 07:51 AM
Hello
I wonder if I can pick your brains for some advice as I have searched the web intensively and can't seem to find a solution.
I am looking a developing a web based application but for a CD or DVD so don't have access to a database or dynamic languages. Neither do I want to use tables on the main page.
On the main page, I have three boxes (divs), box1 holds a picture, the next a list of components and the last a description.
I would like to from a list of hyper links on the same page be able to dynamically change and synchronise their contents when the link is clicked. So if I have say the text "picture frame" as the link, box1 will display a picture of a it , the next box a list of components and the third instructions on how to assemble it .
I was looking at iframes for the box 2 and box 3 as the height is only 200px so that it accommodates the content if longer than the box.
For the content I was thinking of an html page with a 3 column table with in each row, the picture in the first cell, the component list in the next and the description in the last.
The question is can I retrieve the each row's content and place it into the boxes? Can I change the content according to the link being clicked and bring up the respective row's content?
The reason for a separate image box is so that I can use a lightbox implementation or magnifying effect, the iframes inside the divs is so that I can get rounded boxes or different backgrounds.
Any help will be very much appreciated as it looks like I might also need some scripting which is not my strong point.
Thank you in advance.
I wonder if I can pick your brains for some advice as I have searched the web intensively and can't seem to find a solution.
I am looking a developing a web based application but for a CD or DVD so don't have access to a database or dynamic languages. Neither do I want to use tables on the main page.
On the main page, I have three boxes (divs), box1 holds a picture, the next a list of components and the last a description.
I would like to from a list of hyper links on the same page be able to dynamically change and synchronise their contents when the link is clicked. So if I have say the text "picture frame" as the link, box1 will display a picture of a it , the next box a list of components and the third instructions on how to assemble it .
I was looking at iframes for the box 2 and box 3 as the height is only 200px so that it accommodates the content if longer than the box.
For the content I was thinking of an html page with a 3 column table with in each row, the picture in the first cell, the component list in the next and the description in the last.
The question is can I retrieve the each row's content and place it into the boxes? Can I change the content according to the link being clicked and bring up the respective row's content?
The reason for a separate image box is so that I can use a lightbox implementation or magnifying effect, the iframes inside the divs is so that I can get rounded boxes or different backgrounds.
Any help will be very much appreciated as it looks like I might also need some scripting which is not my strong point.
Thank you in advance.