Search:

Type: Posts; User: DanBrown

Search: Search took 0.13 seconds.

  1. Re: how to disable forward and backward buttons using js

    Click here

    Hope this will help you
  2. Re: how to disable forward and backward buttons using js

    <head>
    <SCRIPT type="text/javascript">
    window.history.forward();
    function noBack() { window.history.forward(); }
    </SCRIPT>
    </head>
    <body onload="noBack();" onpageshow="if...
Results 1 to 2 of 2