how to disable previous page complete after logout process
Answer Posted / aman
<script type = "text/javascript" >
function disableBackButton()
{
window.history.forward();
}
setTimeout("disableBackButton()", 0);
</script>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is asp still used?
How do I create an aspx page?
What is use of asp?
What type of code is found in a code-behind class?
What is the common type system (cts)?
Explain the differences between asp and asp.net and is asp.net backward compatible to asp?
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
Can I use com objects from a .net framework program?
which is the bet long term & basic to advanced available course for asp.net in hydrabad plz reply me t my email address also thanking you sm.chishty@gmail.com
Which is the default scripting language on the client side?
Explain how do you box a primitive data type variable?
Define html (hypertext markup language)?
How do I administer security for my machine? For an enterprise?
Whats the difference between struct and class in c#?
very Simple Question i Know But I Cant Do It public int Y { get { return _y; } set { _y = value; } } How Can i Check for Value Y in Accessories Say if Y > 5