1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to disable reload button in FF?

Discussion in 'HTML & Website Design' started by krct12, Aug 16, 2006.

  1. #1
    Does anyone here know how to disable the reload button in Firefox? This is for a web-based enterprise application with protected access. I couldn't find anything on the web so far. Thanks for your help :)
     
    krct12, Aug 16, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I doubt you can, that would be poor design anyway.

    If reloads bother you, let the app do its thing and then before outputting anything, redirect the page so refreeshing doesn't load the POST/GET stuff again.
     
    T0PS3O, Aug 16, 2006 IP
  3. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #3
    do you mean from within the application? I'm pretty sure that's impossible. Besides, even if you could disable the button, people can still just push f5
     
    frankcow, Aug 16, 2006 IP
  4. tayiper

    tayiper Active Member

    Messages:
    421
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #4
    If you actually mean to disable it "from within the application", well, then that's a pretty easy thing to do. Just right-click on the button area, choose "Customize..." and simply drag the reload button out of the way. And that's it !!


    tayiper
     
    tayiper, Aug 16, 2006 IP
  5. krct12

    krct12 Peon

    Messages:
    245
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    thanks guys for your input - it is a enterprise application making heavy use of Ajax for immediate updating. When Reload button is pressed the actual content will be lost and it'll start from scratch, which is not desired. We can disable the F5 button. We'd also like to disable the Reload button so it is not active and cannot be clicked anymore. The "workaround" of removing the button as suggested by tayiper is not feasible, since there will be many users (freelancers) accessing the app from various locations and we do not have control over how they setup their FF. Redirecting as suggested by TOPS30 is an option, but suboptimal. Any clues?
     
    krct12, Aug 17, 2006 IP