Jump to content

Multiple frames loading at the click of one link?


paragonics

Recommended Posts

Is it possible through pure html to load multiple frames at the click of one image?I have 3 frames. A leftFrame with thumbnails as a navigation bar and a topFrame for the Description of the image shown in the mainFrame.Currently my code for linking looks like this: <td><a href="../Description html/pastel01.html" target="topFrame"><img src="../thumbs/THUMBpastel01.jpg" width="65" height="65" border="0" /></a></td>= loads pastel01.html in topFrame, when THUMBpastel01.jpg is clicked on <td><a href="../Description html/pastel01.JPGl" target="mainFrame"><img src="../thumbs/THUMBpastel01.jpg" width="65" height="65" border="0" /></a></td>= loads pastel01.JPG in mainFrame, when THUMBpastel01.jpg is clicked onnow i want to combine them, so when THUMBpastel01.jpg is clicked on, both load; the html in the topFrame and the image in the mainFrame. Is this possible? I've asked about and the only solution has been said to use Java, but its necessary to stick to pure html for this, so anyone knowledgeable enough for this one?Thanks for reading. - Paragonics

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...