Hi,
I have an ASP page that displays the account details of individual users, to which they can login using their user name & password. I have given a link for "Logout". When a user clicks this link, I am loading another page, say "Page1", which displays "You have successfully logged out..". But if the user clicks the Back button in the browser, the previous page showing the account details is displayed.
Is there any simple way to block/disable the Back button or close the browser when the user clicks "Logout" link ?
Please help me..
Thanks in advance
Matsam
I have an ASP page that displays the account details of individual users, to which they can login using their user name & password. I have given a link for "Logout". When a user clicks this link, I am loading another page, say "Page1", which displays "You have successfully logged out..". But if the user clicks the Back button in the browser, the previous page showing the account details is displayed.
Is there any simple way to block/disable the Back button or close the browser when the user clicks "Logout" link ?
Please help me..
Thanks in advance
Matsam
Comment