You need to sign in to do that
Don't have an account?

How to Progress bar on the Visualforce Page
Hi All,
I am showing multiple lead locations on the google map and it take some time to load the map.I want show a progress bar to the user viewing the googlemap page.
Could anyone please share a code snippet to acheive this progress bar on the Visualforce page.
Thanks,
Srilakshmi B
as google map page might be loaded into some iframe,
If you use jQuery, within jQuery there are easiar option to capture iframes ready and load events ,
and show some ajax loader or jquery progress bar.
Hope this will help you.
Thanks ,
Bala