Hi
I have a login page in my asp.net web application .How can I disable the back button of the login page inorder to prevent going back to homepage
thanks
Fareeda Hussain
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manoj BhoirPosted Jun 4, 2015, 1:48 PM
Sathish KumarPosted Jun 4, 2015, 11:11 AM
function preventBack() { window.history.forward(); }setTimeout("preventBack()", 0);Pankaj Kumar ChoudharyPosted Jun 4, 2015, 5:17 AM
Shuvojit HalderPosted Jun 4, 2015, 5:11 AM