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

How to handle error in asp

0 Answers  


How do I print an aspx file?

0 Answers  


What app opens aspx files?

0 Answers  


What are Constants? How will you declare a constant?

1 Answers  


How many types of cookies are there?

10 Answers   TechSolution, Tops Technologies,


Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick

1 Answers   ADC, Microsoft,


How will you delete a Cookie?

1 Answers  


Define a variable in asp?

0 Answers  


Juxtapose the HTTP verbs GET and POST. What is HEAD?

0 Answers  


How many types of cookies?

0 Answers  


How can I see what assemblies are installed in the global assembly cache?

0 Answers  


What is the difference between a namespace and an assembly name?

0 Answers  


Categories