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 to handle error in asp
How do I print an aspx file?
What app opens aspx files?
What are Constants? How will you declare a constant?
How many types of cookies are there?
10 Answers TechSolution, Tops Technologies,
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick
How will you delete a Cookie?
Define a variable in asp?
Juxtapose the HTTP verbs GET and POST. What is HEAD?
How many types of cookies?
How can I see what assemblies are installed in the global assembly cache?
What is the difference between a namespace and an assembly name?