Web page with Iframe - Request for Help!

J

JimT

I have a web page with several thumbnail jpgs and have created an Iframe, on
that page, for a web page that contains larger views of the thumbnail jpgs.
I want to click on a particular thumbnail and have it displayed in the Iframe.

I can view the web page displayed in the Iframe but am unsure how to write
the code that will allow the larger view of a particular jpg when the
thumbnail for that picture is clicked. Any help would be greatly appreciated.
 
T

Tom [Pepper] Willett

You'll need to put the larger view of the image on a separate page, and
change your links accordingly.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
:I have a web page with several thumbnail jpgs and have created an Iframe,
on
: that page, for a web page that contains larger views of the thumbnail
jpgs.
: I want to click on a particular thumbnail and have it displayed in the
Iframe.
:
: I can view the web page displayed in the Iframe but am unsure how to write
: the code that will allow the larger view of a particular jpg when the
: thumbnail for that picture is clicked. Any help would be greatly
appreciated.
: --
: Thanks and regards, JimT
 
T

TWhizTom

Use your thumbnails as the hyperlink and target the name of your iframe.
<a href://.... target='iframe_name')
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top