How can I set input focus to a specified field after refreshing a page?
I’ve found this tip:
" Use the javascript function “focus()” in the onload handler.
<body onload=“document.formName.textFieldName.focus();”> "
But i don’t know how use it into Scriptcase.
Anyone can help me?
Thanks