Close PopUp Then Set Focus?
I'm stumped. I have an onBlur event on an item that opens a popUp window if the user leaves that field blank. The popUp gives the user help/instructions on filling out the item. I'm able to close the popUp using window.close() or by firing a process...either works fine. I can't figure out how to set the focus back on the item after the popUp window closes so the user can enter a value.
I have adding the help/instructions to the "Help Text" field of the item, but we can't be sure the user will know to click on the text to get the instructions so I'd like to use a popUp box as well.
Does anyone have a solution for me?? TIA!