Pop-Up Box Question
I created the following Javascript in Adobe Pro to have a pop-up box appear when a box is checked. However, when I uncheck that box the pop-up appears again. Is there a way to disable that pop-up box if I want to uncheck that box?
if (this.getField("AtoA").value !="Off")
app.alert("The A2A contains all of this information in a different format. Are you sure this report is also needed?", 3);
