destroy page
-
hi.. i have a page-a.aspx the user does somehting on a.aspx then clicks next then i do response.redirect("b.aspx") then he goes to b.aspx here i want to do such that the user cannot go back.. i.e i want to destroy the page that he came from so taht when he clicks back he cant find the page he came from... can someone pls guide on how to achieve this? tks... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
hi.. i have a page-a.aspx the user does somehting on a.aspx then clicks next then i do response.redirect("b.aspx") then he goes to b.aspx here i want to do such that the user cannot go back.. i.e i want to destroy the page that he came from so taht when he clicks back he cant find the page he came from... can someone pls guide on how to achieve this? tks... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
As much as I remember you have to do it with client side script by cleaaring
history
. You clear it somewhere in Load of your second page. See javascript documentation for how to do it. Mazy "A bank is a place that will lend you money if you can prove that you don't need it." - Bob Hope -
As much as I remember you have to do it with client side script by cleaaring
history
. You clear it somewhere in Load of your second page. See javascript documentation for how to do it. Mazy "A bank is a place that will lend you money if you can prove that you don't need it." - Bob Hopetks mazy... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18