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 an .asp file?
Explain the order of precedence for logical operators.
What is a Web Server?
Hii My Question is How the Down Payment will clear in APP? Can any one help me
Where is the value-type variables allocated in the computer ram?
What are the 3 types of internal controls?
What is an asp program?
Which is an advantage of application service providers (asps)?
Explain the difference between a namespace and an assembly name?
Explain the difference between inline and code behind.
how to implemet online examination in asp.net
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.