I have a page with a search form, and when submitted, the form action is set to an iframe on the same page.
The iframe displays the search-results. THEN, when clicking on a result, a new page opens displaying it. However, when hitting back from the displayed page, the iframe is closed, and it is as if no search was made at all.
Is this something which happens with iframes in IE?
Thanks
You can fix this as mentioned in the awnser from Moin.
Here is some javascript that will help with this problem:
Or JQuery