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 open item management in sap fico?
Explain how to display images using response object?
What is the difference between server-side validation and client-side validation?
When did classic asp come out?
Name the data type should you use if you want an 8-bit value thats signed?
What is ASP (Active Server Pages)?
Define unmanaged code?
Define "virtual directory"?
Define a scripting language?
what is meant by ajax
Difference between GET and POST? Which is used when?
What is a Cookie? What are the uses of Cookies?