presently using: v1.3.9h

I have an EZ page with an iframe embeded. There is a link in the iframe that when clicked will send a keyword value to advanced search with target= _parent to load in the entire page.

Ive added a new back button to tpl_advanced_sarch_result_default.php with simple history code:


<img width="53" height="29" title=" Back " alt="Back" src="/images/mine/button_back.gif" onclick="javascript:history.go(-1)">

But n IE when I click back Im taken back several history pages back, not to the direct previous page with the correct iframe content.

Ive spent a day on it and Im not sure why or how to solve the problem. I have seen it referenced as an IE bug It works perfectly in FF and Chrome. Before I chalk it up to an IE bug and move on, Id like some feedback from anyone who may know a reason or solution for this.

Thank you
You can try it here: (I have placed spaces in the domain name to keep Search Engines from indexing my URL in this post.)
http://www.q u a l i t y m a r i n e s u p p l y . c o m /index.php?main_page=page&id=25

1) Click the select fit search drop down for Manu then Model
2) Select the 3rd drop down option for both of the above (this will return a value)
3) Click "View cover details" (all this is happening in iframe)
4) Click on one of the product numbers returned... this takes us out of iframe
5) Now on product page... hit back button
6) We should go back to the list of product number(#4 above) but IN IE we are taken all the way back to #1 above.

FF of course is awesome and works flawlessly.

Thank you