I have a flex application with multiple tabs. If a user moves to the second tab, I need to disable the F5 (Refresh) key. How can I do it for IE?
I am not able to catch an event in case of F5, browser catches its first and refreshes the whole application. I don't want that to happen.
I guess IE runs a flash application as activex and in IE F5 key is not passed to activex, this is because I am facing such a problem. Is it correct?
Any solution?