daub815
08-01-2003, 10:50 AM
I want to change an image. The image placeholder is in the outside html file and I want to change that placeholder when they click on a link in the iframe. If you need further explanation just reply. Thanks for the help.
|
Click to See Complete Forum and Search --> : Iframes daub815 08-01-2003, 10:50 AM I want to change an image. The image placeholder is in the outside html file and I want to change that placeholder when they click on a link in the iframe. If you need further explanation just reply. Thanks for the help. Mr J 08-01-2003, 05:04 PM In the Iframe <a href="#null" onclick="parent.document.img1.src='yourpic1.jpg';return false"</a> CLICK</a> In the main page <img src="yourimage1.gif" name="img1"> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |