prevent back in browser

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default prevent back in browser

    For the whole appliation, how can I prevent the users from pressing back in
    the browser to go back to the previous page?
    Thanks


    Music Lover Guest

  2. Similar Questions and Discussions

    1. can you prevent malicious use of browser back button in forms auth
      Hi there, Here is a scenario that I 've been asked to look into. Can anyone comment on this... I have a Web App that uses forms authentication...
    2. can I prevent a protected PDF from being opened in web browser
      I have a PDF that i have launch from a Flash driven menu. If i execute the pdf file with a double click it opens in reader the way that I wish, but...
    3. Prevent Excel from opening in browser
      I've got an intranet application that presents a list of files in sort of a 'central repository' web page. Each file is an href in the form <a...
    4. Prevent 'Page has expired' when a client hits back to return to a search page
      I have a search page that I want to enable private caching so that when a user hits the back button they dont get the page has expired error. I...
    5. Question: How can I "expire" a web page (prevent BACK button)
      I know some sites will display the following message if you click on the BACK button in your browser. How do I implement this feature? Warning:...
  3. #2

    Default Re: prevent back in browser

    Keep the DOM history object clear at all times during your web app.


    "Music Lover" <music@my-heart.org> wrote in message
    news:emzVlX5UDHA.652@tk2msftngp13.phx.gbl...
    > For the whole appliation, how can I prevent the users from pressing back
    in
    > the browser to go back to the previous page?
    > Thanks
    >
    >

    Scott M. Guest

  4. #3

    Default Re: prevent back in browser

    Scott M.
    How do you keep the DOM history object clear at all times during your web
    app.
    please give a complete example

    Thanks you

    "Scott M." <s-mar@BADSPAMsnet.net> wrote in message
    news:uAJWBE6UDHA.2364@TK2MSFTNGP10.phx.gbl...
    > Keep the DOM history object clear at all times during your web app.
    >
    >
    > "Music Lover" <music@my-heart.org> wrote in message
    > news:emzVlX5UDHA.652@tk2msftngp13.phx.gbl...
    > > For the whole appliation, how can I prevent the users from pressing back
    > in
    > > the browser to go back to the previous page?
    > > Thanks
    > >
    > >
    >
    >

    MS News 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