tokyothousand
New Member
Hi all.
I can't figure this one out, so I came here for help.
Let's say that on the left of a page I have a thumbnail.
On the right, there's an iframe. I want to click the thumbnail and load the bigger version on the iframe.
The code is quite simple:
<img src=image.jpg width=32 onclick="iframe.location">
I want to specify the width and height of the image that is loaded on the iframe, but I can't figure out how.
Hope someone can figure it out, I'd be very grateful.
I can't figure this one out, so I came here for help.
Let's say that on the left of a page I have a thumbnail.
On the right, there's an iframe. I want to click the thumbnail and load the bigger version on the iframe.
The code is quite simple:
<img src=image.jpg width=32 onclick="iframe.location">
I want to specify the width and height of the image that is loaded on the iframe, but I can't figure out how.
Hope someone can figure it out, I'd be very grateful.