Notifications
Clear all
Advanced iframe pro
7
Posts
2
Users
0
Reactions
663
Views
Nov 30, 2022 4:25 am
I have a site that will have one page where people will click different links and it will load different pages based on what they click, I want each link to load in the same iFrame and have no idea how to do that. Although I am sure it's an easy task.
6 Replies
Nov 30, 2022 3:32 pm
This is simple. Give the iframe an id.
And then use this id as target in the link.
Best regards, Michael
Nov 30, 2022 6:41 pm
Thanks, I'll try and figure out how to do that.
Dec 01, 2022 9:34 pm
Any instructions for this? Or a link to the proper help document for this?
Dec 02, 2022 4:51 pm
e.g.
[advanced_iframe id="iframe1"]
<a href="https://www.tinywebgallery.com/" target="iframe1">tinwebgallery main</a>
<a href="https://www.tinywebgallery.com/blog/" target="iframe1">tinwebgallery blog</a>
Best regards, Michael
Page 1 / 2
Next