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 |
___________ and ____________ properity to be used to create localized version of a form
What is asp software?
Explain the difference between sap r/2 and r/3?
What are the function of attributes of the <form> tags?
What is Cookies collection?
What is the difference between Querystring collection and Form collection?
What is the difference between Cookies collection and Form/Querystring collection?
What is msmq?
Define session object?
What is Response Object?
What is a Form collection?
Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?