Adding an iframe to home.php
Posted: 2015-02-20 21:14
I would like to add an iframe (for a calendar application) to the home.php page (or any other page within Appgini).
As a trial I added the following code to the top of home.php, but when the page refreshes I see only a 1 second flash where the frame would be, then the rest of the page content displays normally.
Obviously there is code executing that is negating the iframe, but I'm not sure how to either work with that code or circumvent it.
The iframe works correctly when used in a test page outside of appgini.
Any suggestions?
~Bob
As a trial I added the following code to the top of home.php, but when the page refreshes I see only a 1 second flash where the frame would be, then the rest of the page content displays normally.
Code: Select all
<html>
<body>
<iframe id="lcmini" src="http://www.xxxxxx.org/uawv-luxcal/lcmini.php"></iframe>
</body>
</html>
The iframe works correctly when used in a test page outside of appgini.
Any suggestions?
~Bob