Posted by Shelly on 10/24/07 16:53
"Daniel" <d_pineault@hotmail.com> wrote in message
news:1193240449.951029.25510@q3g2000prf.googlegroups.com...
> Hello,
>
> I have setup a table with 1 row and 2 columns.In the 1st, I have a
> iframe that displays tons thumbnails of images. In the next I have an
> image (enlarged). When the user selects a thumbnail it displays the
> enlarged image in the 2nd column. This work quite nicely.
>
> Where I need some help is with the fact that each image has an entry
> (description in a database table). How can I display the entry when
> the image is updated. The image gets updated using javascript but the
> page itself is php (as is the rest of the site). I do not want to
> reload the page everytime (long and waste of badnwidth).
>
> Thank you for your guidance,
>
> Daniel
One way is to have an array of the info built with an entry for each of the
thumbnails. In the second column have the info for that array entry appear
along with the enlarged image.
[Back to original message]
|