You are here: irt.org | About | Feedback | 5289 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q311
Sent by
KBOBCE on Wednesday June 25, 2008 at 07:40:23
Worth:
Length:
Technical:
Comments:
Here's a way to disable "Back" button in FireFox as in MSIE.
<html><head>
<script type="text/javascript">
function noBack(){ window.history.forward(); }
</script>
</head>
<body onload="noBack();" onpageshow="if (event.persisted) noBack();" onunload="">
...
</body></html>
It seems to work flawlessly.
Other feedback on 'irt.org FAQ Knowledge Base Q311' - show all