how to make iframe full screen code example
Example 1: iframe no scroll
<iframe src="otherpage.html" scrolling="no" style="overflow:hidden;"></iframe>
Example 2: iframe reload parent page
parent.location.href=parent.location.href
parent.location.reload()