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
subbu.flex9@gmail.comsubbu.flex9@gmail.com 

which Tag will automatically execute when VF page loaded ?

which Tag will automatically  execute when VF page loaded  ?

Ashish_SFDCAshish_SFDC
Hi Subbu, 

Visualforce page is made up of apex tags. 

Is there anything specific that you are looking for. 

Regards,
Ashish
riffindusriffindus
Hi Subbu,

apex:page tag loads automatically when the page loads.

if you have any particular requirement, always you can add onload to apex tags and you can call the javascript to execute your functionality.