1303
Views
7
Comments
Solved
My iframe is not displaying the web page

Hi All,

I am currently trying to use iframes to display web content, i tried using the outsystems page as a test as i had seen somebody else in the forum use this as a working example but it still did not work (outsystems may have blocked being used in iframes this since that post).



Here is an example of my iframe any ideas as to what i am doing wrong? 

2021-08-13 13-48-25
Weverton Silva
Solution

Hi,

The page isn't loading because it request a HTTPS call. Just change it on the iframe source.
You can use the inspect on the web simulator to see the error.

2022-02-21 18-52-02
Carlos Lopez

Have you tried using the SilkUI iFrame? (https://silkui.outsystems.com/Patterns_Web.aspx#Web_Utilities_Iframe)


Hope this helps!

   CLSJ

2025-08-04 10-48-09
Ricardo Dias

Hi Daniel,

Try using an Expression with the Escape Content property set to "No" and, in the value, something like

"<iframe src='https://www.outsystems.com' width='100%' height='100%'> </iframe>"

See if it works for you.

Cheers


2021-08-13 13-48-25
Weverton Silva
Solution

Hi,

The page isn't loading because it request a HTTPS call. Just change it on the iframe source.
You can use the inspect on the web simulator to see the error.

2021-04-09 11-42-43
assif_tiger
 
MVP

Daniel Sunner wrote:

Hi All,

I am currently trying to use iframes to display web content, i tried using the outsystems page as a test as i had seen somebody else in the forum use this as a working example but it still did not work (outsystems may have blocked being used in iframes this since that post).



Here is an example of my iframe any ideas as to what i am doing wrong? 

Only https calls are allowed whether it is iframe or api.


2024-04-01 15-46-33
Nuno Oliveira

Hi guys,


There are any way to use IFrame with http://?


We want to open an internal site that only allow http:// request, do you think is possible with some work arround?


Thank you for the help


Kind Regards,

Nuno Oliveira  

UserImage.jpg
Adriano Ferreira de Oliveira

Olá bom Dia!

Galera estou tentando embedar no OutSystems, mas não aparece a opção do IFrame para mim, conseguem me ajudar?



2021-07-29 13-38-20
Ana Pina

Just get the dependency from OutSystemsUIWeb.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.