Copy link to clipboard
Copied
I use checkboxes on a single page to spawn other pages. The cursur prompt is automatically sent to the last page spawned. Is there a way to keep the cursur prompt from not leaving the 'checkboxes' page? Thanks in advance!
Copy link to clipboard
Copied
Add this line to the end of the spawn script.
event.target.setFocus();
Copy link to clipboard
Copied
Add this line to the end of the spawn script.
event.target.setFocus();
Copy link to clipboard
Copied
Yeo, that'll do it!!! Thank you Thom for all you do!!!!