stew
06-26-2012, 04:42 PM
hi, Need help with a simple problem! which has the following criteria:
1) click on images link in iframe changes Parent page, click on another iframe image link changes Parent to another page (see below).
It may sound simple but I'm being googled it for days now and looked over many forums.
Code can be in html css or js, but please keep any answers simple as possible and post a full working example to work as I'm new to coding or recode the test site: http://www.howiepotter.com/parent.html
http://i48.tinypic.com/syme4h.jpg
http://i47.tinypic.com/ab0dqa.jpg
Dear coders, I simplify the problem; now all I need is the link page (see image above) to replace the parent page with the iframe. PS the link page don't have any iframes just a simple page. Hope this is possible, here is the code for the pages (below) please update with new code and post it. PS simple keep your answers as simple as possible as I'm new to coding. thanks for any help
Parent page code:
<body>
<iframe src="iframe.html" width="100%" height="150" frameborder="0" style="position:fixed; Left:0px; bottom:0px"/iframe>
Parent Start Page
</body>
iframe page code:
<body>
<a href="link.html">iframe Link</a>
</body>
link page code:
<body>
Link Page
</body>
1) click on images link in iframe changes Parent page, click on another iframe image link changes Parent to another page (see below).
It may sound simple but I'm being googled it for days now and looked over many forums.
Code can be in html css or js, but please keep any answers simple as possible and post a full working example to work as I'm new to coding or recode the test site: http://www.howiepotter.com/parent.html
http://i48.tinypic.com/syme4h.jpg
http://i47.tinypic.com/ab0dqa.jpg
Dear coders, I simplify the problem; now all I need is the link page (see image above) to replace the parent page with the iframe. PS the link page don't have any iframes just a simple page. Hope this is possible, here is the code for the pages (below) please update with new code and post it. PS simple keep your answers as simple as possible as I'm new to coding. thanks for any help
Parent page code:
<body>
<iframe src="iframe.html" width="100%" height="150" frameborder="0" style="position:fixed; Left:0px; bottom:0px"/iframe>
Parent Start Page
</body>
iframe page code:
<body>
<a href="link.html">iframe Link</a>
</body>
link page code:
<body>
Link Page
</body>