hi,
i want to disable the back button in IE browser.
i have the code but it's not working
logout.jsp
<script language="javascript">
window.history.forward();
</script>
i don't know where to put the script code
it is put in the logout.jsp file or before
please help me out of this