Hello, could someone help me make an iframe change it's URL when someone clicks an image?
EX:
<img onClick="refresh Iframe, URL: different_viewing_page.html?id=33" src="pic.jpg">
or*
<a href="different_viewing_page.html?id=33"><img src="pic.jpg></a>
Iframe refreshes with a changed URL.
If you don't understand what I mean, i can post full examples.
Thanks