How to enable javascript | Community
Skip to main content
New Participant
May 13, 2009
Question

How to enable javascript

  • May 13, 2009
  • 14 replies
  • 53933 views

Hi, I have a form that check for data validation using script. If the "Enable Acrobat JavaScript" is not check at the Adobe Reader, the form data validation will not be executed. How can I solve this problem? Any script to enable the javascript? There is this AddRequirement method for the document object, I tried but don't seem to work. Thank you.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

14 replies

Jono_Moore
New Participant
May 14, 2009
New Participant
May 14, 2009

Thank you for sharing. The point is that I designed a form with script validation on certain fields. If the user use an Adobe Reader with the setting for 'Enable Acrobat Javascript" not checked, those validations using script will not be executed. The form data will not be correct. How to warn user if the setting is not enable? Or don't even let the user to proceed on with opening the form. Is it possible? How to do it? Better still, if user open the form, the setting is enabled. Can do?

New Participant
May 13, 2009

You may not want to enable JavaScript yet. See Adobe PSIRT of May 1, 2009.

But if you want to enable JavaScript in Adobe Reader and Acrobat using the following instructions below:

1. Launch Acrobat or Adobe Reader.
2. Select Edit>Preferences
3. Select the JavaScript Category
4. Uncheck the ‘Enable Acrobat JavaScript’ option
5. Click OK

May 13, 2009

If javascript is disabled how can I execute javascript to check to see if it is disabled?

Paul