This topic is locked
[SOLVED]

 cursor focus using captcha

11/2/2011 11:19:51 AM
ASPRunnerPro General questions
H
heets author

Hi, I am using version 6.3 ASPRunnerPro. I have added CAPTCHA to an add screen and the cursor focus is now set to the CAPTCHA entry field. How do I change the cursor focus back to the first field on the screen.
I've tried a couple of the older tips found on this forum but have not been able to get them to work. Any help would be appreciated.

Sergey Kornilov admin 11/2/2011

I recommend to check Javascript API and specifically setFocus() function:

http://xlinesoft.com/asprunnerpro/docs/ctrl_setfocus.htm

H
heets author 11/2/2011

Thanks Sergey! That did the trick.