Monday 10 February 2014

Browser Back Button Disable Script

Put this inside of  Head Tag

  <script language="javascript" type="text/javascript">
    window.history.forward();
</script> 

No comments:

Post a Comment