An iframe link to an html page isn’t updating on the page with the iframe when I edit the html page that is being linked to.
<div style="position: fixed; left:151; top:232;height:542px;width:826px;overflow:auto;background-color:#ff5a93">
<iframe src="indexsub.html" width="826" height="542" frameborder="0" scrolling="yes" name="frame" id="mainframe"></iframe>
</div>
Here’s the code I’m using, I copy and pasted this onto two other pages and they seem to be updating fine, I don’t know the issue.
2
Answers
You can add a function in JS code which is refreshing the iframe:
You can try to constantly refresh the page you publish as an iframe.
indexsub.html inline