What IFrame? There is no IFrame in your page. But there are a few ways to do what you want:
1. You can use javascript to change the image source. 2. You can put both images in the page in separate divs and hide one - then use a show/hide script to swap the divs over. 3. You can put the images in an actual iframe and use <a href="guitar2.jpg" target="imageFrame"> to change the images. But what ever you do, get rid of the tables. You should never need to use a single cell table. cheers, Geoff > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jeff > Sent: Saturday, 20 August 2005 12:08 AM > To: [EMAIL PROTECTED] > Subject: [WSG] IFrame Question > > > I have a crude IFrame scrollbox test page setup and need to > know if it is possible to do the following: > > From within the IFrame, use a link to change the graphic to > the right of the IFrame. For example, I will be scrolling > several small graphics of the guitar models in each color > they are available in. Once the small image of a red > sunburst colored guitar is clicked on in the IFrame, the > larger image of the same red sunburst guitar appears to the > right on the page and so forth for each available color > guitar. In this crude demo, I have used text links but of > course they open in a new page. > > Here is the url: > > http://www.olpguitars.com/08122005/scrollertest.htm > > TIA > > Jeff > > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > > ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
