function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lakshman.mattilakshman.matti 

Iframe issue

Hi Everyone,

i have problem with iframe.
i have 2 pages. 1st page is having a button. when i click on that button 2nd is opening as a pop up. 2nd page is taking some time to load.so i want to show process image till page is loaded. i'm doing doing pop up using <apex:iframe>.
can some one tel me help in this context.
i hope i'm clear with my question.

Regards
Lakshman
PratikPratik (Salesforce Developers) 
Hi Lakshman,

You already have progress bar image code or you need help on it?

This will help you:
https://developer.salesforce.com/forums/ForumsMain?id=906F000000098laIAA

Thanks,
Pratik
lakshman.mattilakshman.matti
Hi Pratik,
Thanks for the reply.
i dont have image.
i want to show progress bar while page loading.
Regards
Lakshman
PratikPratik (Salesforce Developers) 
Hi Lakshman,

This will help you:

http://blogforce9.blogspot.in/2012/06/loadingwait-screen-using-jquery-ui.html
https://developer.salesforce.com/forums/ForumsMain?id=906F00000008oCXIAY

Thanks,
Pratik
lakshman.mattilakshman.matti
Hi Pratik,

These are showing load image when i click on button , but my requirement is to show load image when page is loading.(initial load of the page.)

Regards
Lakshman