I am facing an issue where an iframe linked to an HTML page is not updating on the main page even after I edit the linked HTML page.
<div style="position: fixed; left:151px; top:232px;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>
I have used this code on other pages as well, and they seem to update just fine. I'm unsure of what the problem could be.