|
I need to click a link on one page and open in the same window another page with an iframe and have the links contents loaded into that iframe.
Example:
pageA - linkA (dog content)
PageB - iframe (cat content as default in iframe)
example:
click linkA and load dog content into iframe on pageB (using same window)
|