Notifications
Clear all

iframe repeatedly refreshes.

6 Posts
3 Users
0 Likes
922 Views
Posts: 2
Topic starter
(@ronsmithmd)
New Member
Joined: 2 years ago

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"]

 

 

 

5 Replies
TinyWebGallery
Posts: 880
Admin
(@admin)
Prominent Member
Joined: 15 years ago

I don't see any iframe on this page.

Best regards,

Michael

Reply
Posts: 2
Topic starter
(@ronsmithmd)
New Member
Joined: 2 years ago

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/

Reply
TinyWebGallery
Posts: 880
Admin
(@admin)
Prominent Member
Joined: 15 years ago

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

Reply
Posts: 1
(@hrmbassociates)
New Member
Joined: 2 years ago

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= "positionabsolutealign-content:center;margin-left:1pxmargin-right:1px;width:100%;">
                        <h3 id="header" runat="server" style="text-align:left;margin-bottom:-200px;font-size:24px;font-weight500" 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>
Reply
Page 1 / 2