Quantcast
Channel: Adobe Community : Popular Discussions - JavaScript
Viewing all articles
Browse latest Browse all 12130

Custom calculation not executing in Firefox

$
0
0

I have a custom calculation script in my pdf (Adobe XI):

 

     var v = this.getField("DefendantListBox").value;

 

     if( typeof v=="string" )

         event.value = v;

     else

         event.value = v.join("\n");

 

The script runs without issue on my desktop (windows).  When I embed the pdf in my web application via Firefox (33.1.1), the script does not execute.

 

I'm at a loss as to how to enable the Adobe Javascript within Firefox.


Viewing all articles
Browse latest Browse all 12130

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>