forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: efireb33 on June 11, 2004, 02:54:20 am

Title: Possible for thumbnails in one iframe to open in other?
Post by: efireb33 on June 11, 2004, 02:54:20 am
Hi, I'm making a website that is made up of 3 iframes. One for the flash header, one for the main content, and one smaller one to the left for news headlines, product navigation etc. For the gallery I would also like to have the thumbnails in the iframe to the left and have the larger image open up in the main iframe.

I'd like to keep the Coppermine navigation and options in the main content area as well, I only want the thumbnails on the left. I'm not very familiar with PHP but I have everything set up the way I want except for that. I really don't know what to do with the code. If someone could tell me how to do that or if its possible I would really appreiciate it. Thanks a lot.  ;D
Title: Re: Possible for thumbnails in one iframe to open in other?
Post by: Joachim Müller on June 14, 2004, 07:28:53 pm
in theory, yes: this is possible - you'll just have to find the relevant code and add target="your_window_name_here" to the <a href>-tags. The tricky bit is to figure out what code to modify ;)

I don't see the point in starting a lot of iframes on a page, deliberately breaking every rule for good webdesign on the way, so I recommend at least using less iframes (if you must use iframes at all), leaving the whole coppermine output in one iframe.

GauGau