Ask a Question related to ASP Database, Design and Development.
-
bharath #1
HOW TO DISABLE BACK BUTTON IN ASP
hi all
For a user to log of in an application ,i've used session.abandon
method and furthur the control is redirected to the home page.as a
resut,the forward button of the browzer is diabled,but the back button
still remains active,how do i diable back button.?
-bharath
bharath Guest
-
back button - disable
Is there a way to prevent the user from using the browser Back Button to go back to a previous page in an ASP.NET application? Thanks! Bill -
How to Disable F5 Key, Foward and Back buttons
HI, Can anybody send sample code for , disabling the F5, Back,Forward button in browser. Thanks, Suman Puli -
Disable back button in browser and X in top right
Has anyone ever seen code out there for disabling the back button or the close button? I don't want the user to be able to leave the flex app... -
How do I disable Back Button in Browser?
i get incredibly grumpy every time someone asks a question then they get bombarded with 'we have to think of the user' and 'u have no right to mess... -
Disable the tab button
Hi All, I have a little problem, i have some sort of calculator with a bunch of textmembers which are editable. The thing is that i don't want ppl... -
Aaron Bertrand - MVP #2
Re: HOW TO DISABLE BACK BUTTON IN ASP
[url]http://www.aspfaq.com/2017[/url]
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"bharath" <bharath.kumar@cybernetsoft.com> wrote in message
news:e5ead71d.0402051333.ea3c16d@posting.google.co m...> hi all
> For a user to log of in an application ,i've used session.abandon
> method and furthur the control is redirected to the home page.as a
> resut,the forward button of the browzer is diabled,but the back button
> still remains active,how do i diable back button.?
> -bharath
Aaron Bertrand - MVP Guest
-
Ray at #3
Re: HOW TO DISABLE BACK BUTTON IN ASP
You cannot disable the back button. You have to create your application to
handle the fact that cannot do it, such as by checking that the user is
logged in on pages that you want them to only see if they are. This isn't
..db related, btw.
Ray at work
"bharath" <bharath.kumar@cybernetsoft.com> wrote in message
news:e5ead71d.0402051333.ea3c16d@posting.google.co m...> hi all
> For a user to log of in an application ,i've used session.abandon
> method and furthur the control is redirected to the home page.as a
> resut,the forward button of the browzer is diabled,but the back button
> still remains active,how do i diable back button.?
> -bharath
Ray at Guest



Reply With Quote

