Monday, 3 December 2012

Browsers back button diasable


Write the below code in your HTML body tag(in on load method)

<Script type="text/javascript">
   //window.history.forward();
    function noBack()
{
window.history.forward();
    }
</Script>



No comments:

Kiro - Core Features

What is Kiro Kiro is an innovative AI-powered IDE that revolutionizes software development through intelligent assistance and structured wor...