how to disable previous page complete after logout process
Answers were Sorted based on User's Feedback
Answer / aman
<script type = "text/javascript" >
function disableBackButton()
{
window.history.forward();
}
setTimeout("disableBackButton()", 0);
</script>
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajesh
<%
response.setHeader("Pragma","no-cache");
response.setHeader("Cache-Control","no-store");
response.setHeader("Expires","0");
response.setDateHeader("Expires",-1);
%>
| Is This Answer Correct ? | 0 Yes | 0 No |
What is asp in web?
Can I avoid using the garbage collected heap?
What is the difference between asp and saas?
We have recently bought Hart 475 communicator , when we try to use it on transmitter it shows error : Voltage detected on FF connectors and later show No device found , can any one give me and idea about how to solve it.
What is asp full form?
what are ASP Objects?
Is asp better than php?
difference between SAP R/2 and R/3
What is asp life cycle?
what are web handlers?
How do I open aspx files on windows 10?
How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.