You are here: irt.org | About | Feedback | 5301 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q311
Sent by
Martin on Tuesday July 22, 2008 at 03:39:59
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
We are using window.history.forward() method with this script :
<script type="text/javascript">
function noBack(){window.history.forward()}
noBack();
window.onload=noBack;
window.onpageshow=function(evt){if(evt.persisted)noBack()}
window.onunload=function(){void(0)}
</script>
It works with IE, Firefox, Safari, Opera.
Beware of visitors' reactions : they can be very negative.
For use in intranet or https only.
Other feedback on 'irt.org FAQ Knowledge Base Q311' - show all