Targeting frames in different pages

Hello…

I have two pages, one with photos on and the other with a display panel, where the photos will appear. The user needs to be able to click on the ‘gallery’ page, and the image needs to appear in the frame on the other ‘display’ page.

I am unsure how to target the frame from the other page, the code im using at present opens the correct image, but into a new page entirely

<a href=“images/products/display/Breakwater Lighthouse.JPG” target="_displayframe" _products.html""><img src=“images/products/small/Breakwater Lighthouse.JPG” width=“31” height=“41” border=“0” /></a></div></td>

The name of the gallery page is called ‘product_list.html’ and the display page is ‘products.html’ with the desired target frame being called ‘displayframe’

any ideas would be gratefully recieved

cheers

chris