How to disable backward and forward button for IE and Netscape.

Hi morning,

How to disable backward and forward button on IE and Netscape Toolbar when me click logout button on my system.

That mean, me wan disable forward and backward button when user login the page.

Thanks.

[237 byte] By [mike_yonga] at [2007-11-27 10:39:06]
# 1

u can use javascript:

<script language="JavaScript">

<!--

javascript:window.history.forward(1);

//-->

</script>

Yannixa at 2007-7-28 18:58:57 > top of Java-index,Java Essentials,Java Programming...
# 2

thanks to reply and your javascript code!!

mike_yonga at 2007-7-28 18:58:57 > top of Java-index,Java Essentials,Java Programming...