06-24-2009, 02:54 PM
Hi Laura,
Step1: Use "childObjects" Method & retrieve all links(link Count) in home page(After Login)
Step2: Use For Loop & retrieve all links "innertext" value one by one & use INSTR method to check whether the "Welcome" value is contained in Link's innertext. continue the loop till required link is found.
Step3: Once the required link is found, then use "split" method with delimiter as " " (no need of "Right" method) & get the user name & you can use anywhere.
Try to implemet the above & it can be done easily.
Step1: Use "childObjects" Method & retrieve all links(link Count) in home page(After Login)
Step2: Use For Loop & retrieve all links "innertext" value one by one & use INSTR method to check whether the "Welcome" value is contained in Link's innertext. continue the loop till required link is found.
Step3: Once the required link is found, then use "split" method with delimiter as " " (no need of "Right" method) & get the user name & you can use anywhere.
Try to implemet the above & it can be done easily.