How to clear the contents of an iFrame from another iFrame
问题 I have a wrapperPage.html with an <iframe class="header" and <iframe class="pageBody" . In header there is a link, <a class="clearLink" , which when clicked should clear the contents of pageBody . So far the following implementation of the above idea doesn't work. Please help me resolve this. Please NOTE that, header and pageBody are each loaded from different included files. wrapperPage.html <div class=non-floater> <iframe class="header" src="header.html"></iframe> <iframe class="pageBody"