Scribus Forums

Community => Scribus forums => Topic started by: wes@sjhs on November 16, 2011, 07:21:50 PM

Title: Auto Date javascript works in foxit reader but not adobe....
Post by: wes@sjhs on November 16, 2011, 07:21:50 PM
I am using 1.4 Scribus, the current one, and 1.3 PDF (adobe 4) publishing format.  I am using the javascipt on the Scribus site:

function date() {
var fld = this.getField("DateField");
fld.value = util.printd("dd mmmm yyyy",new Date());
}
date(); // call my function

I get it to work fine on Foxit Reader but not on Adobe Reader X.  Any suggestions?
Title: Re: Auto Date javascript works in foxit reader but not adobe....
Post by: d4rkheart on December 01, 2011, 02:19:48 AM
javascript is enabled on adobe? search on adobe preferences-javascript.