Simply disable back button |
| Sanjay Verma replied to Arjun Priyananth at 04-Jul-08 06:21 |
simply use this code in head tag u will block user to go back through back button :) so simple it is
<script language="javascript"> window.history.forward(1); </script>
Hope it helps :-) |
| Biography |
| Asp.Net Developer |
|