My goal is to remove the 'jump page' ( b.jsp ) from History , so when I see the pdf file, and then hit Back, I will go back to 'a.jsp'.

This works in Firefox but not in IE ... Anyone have any idea ??

Code:
<!-- a.jsp ->
..
..
<a href="b.jsp">File B</a>
..
..

<!-- b.jsp ->
..
<form name="myform" action=""
...