How to disable the "Back" button 
Author Message
 How to disable the "Back" button

Hi, all

I'd like to know how to disable the "Back" button on the client's browser in
my ASP page, thanks.

cui



Mon, 30 Dec 2002 03:00:00 GMT  
 How to disable the "Back" button

i dont think that is possible.i have tried to find this but no luck.i tried all
books on Javascript but none has this feature.

Quote:

> Hi, all

> I'd like to know how to disable the "Back" button on the client's browser in
> my ASP page, thanks.

> cui



Tue, 31 Dec 2002 03:00:00 GMT  
 How to disable the "Back" button
If it is not possible to disable the back button, one option may be to
open the web page in a new browser instance, using the target=_blank in
the anchor tag.

There won't be anything to go back to!



Quote:

> i dont think that is possible.i have tried to find this but no luck.i
tried all
> books on Javascript but none has this feature.


> > Hi, all

> > I'd like to know how to disable the "Back" button on the client's
browser in
> > my ASP page, thanks.

> > cui

--
Erik Slotboom

Sent via Deja.com http://www.deja.com/
Before you buy.



Thu, 02 Jan 2003 03:00:00 GMT  
 How to disable the "Back" button
My solution has been to make sure a cached page is NOT read, therefore my
asp can have logic to detect funny things.  For example, I was getting an
error after a record was deleted, the user could just backup and resubmit
the whole thing again--only the record wouldn't be there.  By using the
following header commands, I make sure that they are always excuting my
code:
   Response.Expires=-1
   Response.CacheControl="NO-CACHE"

  <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CASH" >


Quote:
> Hi, all

> I'd like to know how to disable the "Back" button on the client's browser
in
> my ASP page, thanks.

> cui



Thu, 02 Jan 2003 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Disabling "BACK"/"FORWARD" buttons

2. Disabling "BACK"/"FORWARD" buttons

3. Disable "Back" Button

4. How to forbid "back" button

5. Disable Application Quit ("X") Button

6. Disable "Add button" from toolbar

7. Disable the "Insert" Button

8. How to disable "PrintScreen" button

9. How to disable the "close" button

10. disable "X" (close button) in ControlBox

11. Disabling "close button" in a form

12. Disabling the "Back" button?

 

 
Powered by phpBB® Forum Software