Reload an iframe with jQuery - newbedev.com Alex Shlega responded on 29 Nov 2017 5:18 AM. . This page does some serverside stuff and then reloads the parent (parent.location.reload). Force iframe to (re)load document when only src hash changes. I don't have a specific answer for you. java2s.com | © Demo Source and Support. Exit fullscreen mode. Hit browser reload button, notice that the "outer" content is refreshed but the iframe content still points to the content at the old url. Last Updated On March 20, 2018. Reproduction: https://plnkr.co/edit . Binding to the src property of an iframe causes the iframe to reload every time change detection is run, even when the src value has not changed. Knowledge Base. User-775831949 posted. Iframe refresh after changing src twice in page load iframe and javascript parent.location.reload - MozillaZine So when you source = 'some address'; it changes the source variable only, not linked to the iframe element. . The one point that may not be clear is that when you load a new source into the iframe, HTML will automatically reload the iframe. How to refresh an IFrame using Javascript. // Just in case the change wasn't dispatched during the unload event. Changing Iframe Src - dyn-web.com If it is on the same page as the JavaScript, then you need to get the <video> element - not the <source/> - and call it's play() function or load() function if you want to reload the video. We are going to be finding it in the article. Cross-Domain Communication with IFrames - Software As Reload / Refresh iframe source - social.msdn.microsoft.com The datagrid is filled with all vehicles' data from database, while the iframe is filled with a Google map to plot these vehicles. Issue: I am refreshing the datagrid on timer tick. Evidently, the JavaScript context of the IFrame is not being reset.