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 

Pop up Page problem

Hi Everyone,

i have created 2 pages namely page1,page2.
i have created lookup functionality kind in page1,in  which if i click button/lookup icon it will open page2. when i click on button/lookuup icon page2 will get load. when loading page2 ,it is taking time to load completly.
here i want to show process image/loading bar kind. can some one help me how to show process image/loading bar while page is loading.
i hope i'm clear with my question.

Regards
Lakshman
 
ezdhanhussainezdhanhussain
You can achieve this using window.onLoad()+actionFunction+actionStatus.

Refer following post in generating status through JavaScript http://developer.force.com/cookbook/recipe/using-actionstatus-to-provide-more-meaningful-status-indicators

Mark as Solution if solved your Query.
lakshman.mattilakshman.matti
Thanks for the reply.
i dont want partial page refresh or process image in section. i want the process image on page load.

Regards
Lakshman