Notifications
Clear all

How to load multiple links in the same iFrame

7 Posts
2 Users
0 Likes
507 Views
Posts: 4
Topic starter
(@checkers)
Active Member
Joined: 1 year ago

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
TinyWebGallery
Posts: 874
Admin
(@admin)
Prominent Member
Joined: 15 years ago

This is simple. Give the iframe an id. 

And then use this id as target in the link. 

Best regards, Michael

Reply
Posts: 4
Topic starter
(@checkers)
Active Member
Joined: 1 year ago

Thanks, I'll try and figure out how to do that. 

Reply
Posts: 4
Topic starter
(@checkers)
Active Member
Joined: 1 year ago

Any instructions for this? Or a link to the proper help document for this?

Reply
TinyWebGallery
Posts: 874
Admin
(@admin)
Prominent Member
Joined: 15 years ago

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

 

Reply
Page 1 / 2