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
Prathap I am :)Prathap I am :) 

Auto focus on a picklist when visualforce page rerenders

Hi All,
I have a visualforce page , Its rerendering when i change a picklist value
What i need is --->  the same picklist should be focused after rerendering the visulaforce page

Can anybody solve this ???

thanks in advance .

Prathap
Sonam_SFDCSonam_SFDC
Hi Prathap,

I think this can be made possible by java script:
Pls check the link below to see the code snippet :
https://developer.salesforce.com/forums?id=906F0000000996MIAQ
Prathap I am :)Prathap I am :)
Hi Soanm,
Thanks for your help ,
I got it by using focus attribute on <apex:actionfunction /> tag