Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

spawned pages go to page

Contributor ,
Aug 14, 2023 Aug 14, 2023

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!

TOPICS
How to , JavaScript
361
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Aug 14, 2023 Aug 14, 2023

Add this line to the end of the spawn script.

 

event.target.setFocus();

 

 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 14, 2023 Aug 14, 2023

Add this line to the end of the spawn script.

 

event.target.setFocus();

 

 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 15, 2023 Aug 15, 2023
LATEST

Yeo, that'll do it!!! Thank you Thom for all you do!!!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines