Possible for thumbnails in one iframe to open in other? Possible for thumbnails in one iframe to open in other?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Possible for thumbnails in one iframe to open in other?

Started by efireb33, June 11, 2004, 02:54:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

efireb33

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

Joachim Müller

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