I have a page with an iframe in it and want an image on the main page to load another page in the iframe. I think I should use a target for the link but I’m not too sure.
Any help is much appreciated.
I have a page with an iframe in it and want an image on
Share
This should work.
The ‘target’ attribute is generally used for opening in a new window/tab or targeting an existing one. Communication between frames and windows is best done via javascript.