I have two iframe in my index.php as bellow.
<iframe src="compare/search.php" scrolling="no" name="ifrm"></iframe>
<iframe src="compare/search.php" scrolling="no" name="ifrm"></iframe>
the problem is whenever i get details and try's to go to the previous page by pressing back button instead of reaching to previous page the iframe get backed. and after 3 times of pressing back button the parent page get back ...
i hope someone will help me thanks in advance