This URL in an iFrame shortcode in a DIVI code module does a refresh about once every 2 seconds. I'm using the default Advanced iFrame settings. Suggestions?
https://joshuaproject.net/regions/7
[advanced_iframe use_shortcode_attributes_only="true" src="https://joshuaproject.net/regions/7" width="100%" height="600"]
I don't see any iframe on this page.
Best regards,
Michael
I'm sorry. That is the source page in the iframe. Here is the URL to see what my page is showing: https://www.hopbm.org/africa/
Please check the browser console. I assume that in the iframe the Javascript is not working properly and then ti starts too loop.
Best regards,
Michael
Hi,
I am using iframe but keep refreshing, it keeps reloading again. I don't know how to avoid reload events. below is my code:
below is the code:
<asp:Content ID="Content4" ContentPlaceHolderID="mainContent" runat="server"> <asp:ScriptManager ID="ScriptManager1" ClientIDMode="Static" runat="server" /> <asp:UpdatePanel ID="UpdatePanel1" ClientIDMode="Static" runat="server"> <ContentTemplate > <div class="navbar navbar-default contentTitleArea" style= "position: absolute; align-content:center;margin-left:1px; margin-right:1px;width:100%;"> <h3 id="header" runat="server" style="text-align:left;margin-bottom:-200px;font-size:24px;font-weight: 500" class="contentTitleText">Public Health Agencies</h3> </div> <iframe style="width:100%; margin-top:1px;height:900px" visible="true" src="http://docs.google.com/gview?url= http://www.pdf995.com/samples/pdf.pdf&embedded=tru e" id="myIframe" runat ="server"></iframe> </ContentTemplate> </asp:UpdatePanel> </asp:Content>