Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to disable previous page complete after logout process

Answers were Sorted based on User's Feedback



how to disable previous page complete after logout process..

Answer / aman

<script type = "text/javascript" >
function disableBackButton()
{
window.history.forward();
}
setTimeout("disableBackButton()", 0);
</script>

Is This Answer Correct ?    0 Yes 0 No

how to disable previous page complete after logout process..

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

Post New Answer

More ASP Interview Questions

___________ and ____________ properity to be used to create localized version of a form

0 Answers   DCI,


What is asp software?

0 Answers  


Explain the difference between sap r/2 and r/3?

0 Answers  


What are the function of attributes of the <form> tags?

0 Answers  


What is Cookies collection?

1 Answers  


What is the difference between Querystring collection and Form collection?

2 Answers  


What is the difference between Cookies collection and Form/Querystring collection?

1 Answers  


What is msmq?

0 Answers  


Define session object?

0 Answers  


What is Response Object?

2 Answers  


What is a Form collection?

1 Answers  


Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?

0 Answers  


Categories