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 |
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.
what is cookies?
What is the Default ScriptTimeOut for Server Object? A. 20 Sec B. 30 Sec C. 60 Sec D. 90 Sec
How to determine if a visitor has cookies support enabled in his/her browser?
Hii My Question is How the Down Payment will clear in APP? Can any one help me
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
What is the difference between asp and saas?
Can I use .net framework components from a com program?
Define a form collection?
How do I add aspx page to visual studio?
How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?
difference between POST & GET methods?