~Cheryl ElhipigenlenNov 6, 2012, 4:53 AM366 PostsRe: Cursor location when opening an xpageIn the XPages onClientLoad event in the CLIENT SIDE java script editor add the following code var ipt = dojo.byId("#{id:inputText1}");ipt.focus(); where InputText1 is the name of the field to focus on.
~Keiko AsakimarikleNov 6, 2012, 5:47 PM10 PostsRe: Cursor location when opening an xpagePerfect! Thank you.
~Cheryl ElhipigenlenNov 6, 2012, 6:57 PM366 PostsRe: Cursor location when opening an xpageYou are very welcome. Please mark as Resolved if you have a chance. Thanks.