How to disable back button in javascript

function disableBackButton()

{

window.history.forward();

}

setTimeout("disableBackButton()", 0);