I want create a loading progress bar like Gmail in center and top of the page, and work in all browsers
You sir need to use $(document).ajaxStart()
and $(document).ajaxStop()
to achieve that with jQuery.
http://api.jquery.com/ajaxStart/
http://api.jquery.com/ajaxStop/
This might be not exactly what your looking for, but it will help you get started: http://yensdesign.com/2008/11/how-to-create-a-stylish-loading-bar-as-gmail-in-javascript/