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 |
sir,please send me the NIC exam questions
Is asp a language?
Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?
Name the collections of session object?
What are the tasks performed by <form> tags?
Explain how do you box a primitive data type variable?
How do in-process and cross-process communication work in the common language runtime?
Give the comment tags for the following?
Explain how big is the char?
Name the control which would you use if you needed to make sure the values in two different controls matched?
whta are the stored procedure and why they are needed??
What is a variable in asp?