I have to block page, while system doing some action For example, user clicks on a button, system start doing some long action and when it finishes page will refresh. I think it will be OK, if while system is busy, page should be blocked and user see some progress bar.
How can i do this using javascript?
