HOW TO DISABLE BACK BUTTON IN ASP

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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
    2. 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
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139