how to disable back button of browser

  • Thread starter Thread starter sonu
  • Start date Start date
S

sonu

I want to disable the browser referesh and back button.

is there any way in .net for above.

Regards
Amit
 
Hi,

No, what you can do is open a new windows without the toolbar or menu. Even
then I think you can use F5 to force a refresh


cheers,
 
Not sure how but UIP (User Interface Process) Application Block does this or
can do it. UIP gives one a lot more control as a developer over navigation on
a web site. This may be overkill for you but perhaps you can obtain and look
at the code and figure out how UIP does it. Hope this helps.
 
I want to disable the browser referesh and back button.

This is one of the most frequently posted questions in this newsgroup...

1) Launch your browser (Internet Explorer, FireFox, Netscape, Opera etc)

2) Go to http://www.google.com

3) Enter the text below in the box:

browser "back button" disable

4) Hit the button
 
Back
Top