preventing go back and next page

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

  1. #1

    Default preventing go back and next page

    Hi all!

    I want the users not to go previous or next page with using neither keyboard
    nor explorer buttons.

    I hide the buttons on explorer when opening the page but user press back key
    on the keyboard page changes!

    tell me please how to prevent this situation.
    thanks...


    Volkan Karaboša Guest

  2. Similar Questions and Discussions

    1. Preventing page breaks in PDF on converted web pages
      I've been happy with the speed and linking that is available when I convert web pages into pdf's. However, the pdf versions often break the pages at...
    2. How preventing a change event to be fired automaticallywhen page is loading ?
      Hey guys ! I hope someone knows this one: I have a numeric stepper with a change event .... It seems Flex triggers it automatically when the...
    3. Page Has Expired Message in between the php Page When I click Back in Explorer Menu
      Could anyone please help me on this?? I have a php script page, which is basically quiz. Visitors (after login in with their email address) are...
    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. Preventing user from clicking Back?
      try this Response.Cache.SetCacheability(HttpCacheability.ServerAndNoCache); or any flavor of the httpcacheability enum "Karl"...
  3. #2

    Default preventing go back and next page

    my mistake, fire that JS OnKeyDown.

    Dan
    >-----Original Message-----
    >Hi all!
    >
    >I want the users not to go previous or next page with
    using neither keyboard
    >nor explorer buttons.
    >
    >I hide the buttons on explorer when opening the page but
    user press back key
    >on the keyboard page changes!
    >
    >tell me please how to prevent this situation.
    >thanks...
    >
    >
    >.
    >
    Dan 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