Hi, I have facing some problem and found that NS7 doesn't support javascript:history.back() or javascript:history.go(-2)

anyone can help me to solve it?
many thanks.

anyone can help me to solve it?
many thanks.
<script> document.write('<a href="#" onclick="history.go(-2)">Click</a>'); </script>
Comment