iFrame

Is it possible to add an iframe block?

I have some content hat comes from a third party server. (Its actully a Xojo Cloud Xojo application)

I wish to display this on page in an iframe.

That’ll be a ‘html’ brick.
From
<iframe> to </iframe>

That’s easy…Thanks!

Make sure that it’s html only. It does not like java.

Casey

Hi,
I tried something like that ()
in a HTML brick but I see nothing when I test it.
Do you know why?