I have an apex application but because the form page has so much data to render from individual record and sometimes if you don't have the patient to wait for that extra 2-6 seconds you sometimes click on the browser back button a button in the application and if you click on either of them. you will get an error from the application.
Apex does support jquery, if you didn't know.
I wanted to add a Javascript which disable any buttons including the browser buttons until a page in my application finish loading.
I did some search on google and none of them show a decent solution.
I have try anything yet because I have no idea how to do it. I have very limited knowledge of Jquery.
You help will mean alot
thanks