Dear friends, I have a page with iFrame. The problem is (in firefox & chrome) when I press browser back button then most of times the whole page reload inside iFrame. Here is the 2 html files (zip format). Total 5 lines html code only. View attachment html.zip or visit the live test site: http://tinyurl.com/cbrt6mb To view my problem: Please download this files and upload to your server. Open the index.htm Click on 'Iframe page' (after loading iframe page) Click on browser back button once. You may see whle page loading again inside iFrame. This is the problem. I need to go back previous index.htm page and not iframe inside iframe. Please help me. Thanks
Dear NetStar, I didn't miss the </iframe> at the end. Please see the source carefully (on live link that I provided previous post). There is closing tag presented. <iframe marginWidth=0 marginHeight=0 src="my-site-url-here" frameBorder=0 width=100% height=100% style='overflow:scroll;height:100%;width:100%;position:relative;top:0px;left:0px;right:0px;bottom:0px;' scrolling='auto'></iframe> Thanks
Amazing!!! where you finding that i am not using closing iframe? But I used </iframe> at the end. <iframe marginWidth=0 marginHeight=0 src="my-site-url-here" frameBorder=0 width=100% height=100% style='overflow:scroll;height:100%;width:100%;position:relative;top:0px;left:0px;right:0px;bottom:0px;' scrolling='auto'></iframe>