Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Back button

Back button

Scheduled Pinned Locked Moved ASP.NET
tutorial
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    monu nair
    wrote on last edited by
    #1

    how to disable the back button on mozila firefox.

    Mahendra Bisht.

    C 1 Reply Last reply
    0
    • M monu nair

      how to disable the back button on mozila firefox.

      Mahendra Bisht.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You can't disable it, not in IE, not in FireFox. What are you trying to achieve ?

      Christian Graus Driven to the arms of OSX by Vista.

      A M 3 Replies Last reply
      0
      • C Christian Graus

        You can't disable it, not in IE, not in FireFox. What are you trying to achieve ?

        Christian Graus Driven to the arms of OSX by Vista.

        A Offline
        A Offline
        anujbanka1784
        wrote on last edited by
        #3

        u cant disable it wat u can delete cashe value to do it something like that in page load of that page { response.cache.setcacheabilty(httpcacheabilty.nocache); response.acche.setallowresponseinbrowserhistry(false);\ } but this is ok only for one page..

        1 Reply Last reply
        0
        • C Christian Graus

          You can't disable it, not in IE, not in FireFox. What are you trying to achieve ?

          Christian Graus Driven to the arms of OSX by Vista.

          M Offline
          M Offline
          monu nair
          wrote on last edited by
          #4

          I want to achieve the same functionality which is implemented on http://www.icicibank.com for back button.

          Mahendra Bisht.

          1 Reply Last reply
          0
          • C Christian Graus

            You can't disable it, not in IE, not in FireFox. What are you trying to achieve ?

            Christian Graus Driven to the arms of OSX by Vista.

            M Offline
            M Offline
            monu nair
            wrote on last edited by
            #5

            i solved the problem using following code. But is this code is globally accepted or not please advice me. function noBack() { window.history.forward() } noBack(); window.onload=noBack; window.onpageshow=function(evt){if(evt.persisted)noBack()} window.onunload=function(){void(0)}

            Mahendra Bisht.

            A 1 Reply Last reply
            0
            • M monu nair

              i solved the problem using following code. But is this code is globally accepted or not please advice me. function noBack() { window.history.forward() } noBack(); window.onload=noBack; window.onpageshow=function(evt){if(evt.persisted)noBack()} window.onunload=function(){void(0)}

              Mahendra Bisht.

              A Offline
              A Offline
              anujbanka1784
              wrote on last edited by
              #6

              where is function(evt) and if u want to go another page from this page does it go .

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups