I have the following code
<a href="javascript: history.go(-1)">Back</a>
Which works but in IE i get the stupid shield and the
"To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. click here for options.
> allow blocked content.
with out hard coding the links in is there a way of doing the history -1 with out getting the security warnings. This has to be run from a CD .
<a href="javascript: history.go(-1)">Back</a>
Which works but in IE i get the stupid shield and the
"To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. click here for options.
> allow blocked content.
with out hard coding the links in is there a way of doing the history -1 with out getting the security warnings. This has to be run from a CD .