iFrame remains empty
Hi,
I'm trying to use a control containing an iFrame. However, the iFrame remains empty... I tried the following code in a custom html control:
<iframe style="width:100%; height:100%;" id="myFrame" name="myFrame" src="http://www.w3schools.com">
</iframe>
I also tried with an html section, but with the same result: my iFrame is still empty. For some reasons, I can't use the Live Ui in that screen as well.
How can I get my iFrame to work? Thanks in advance.