Previous | Next | (P-PDF) Forms & FDF
Topic: Reader 5.0 compatibility with Acro 4.x javascript
Conf: (P-PDF) Forms & FDF, Msg: 65092
From: schepp
Date: 5/29/2002 06:16 PM
ocument level functions won't fire in reader 5.0.
This code is in a function called onload()
the onload() function is called during the document Page Open.
Works fine in reader 4.x, function doesn't seem to fire..
In addition, fields with formatting don't even have formatting applied...
onload {
var mpflag = getField("multi_policy_flag");
var f1 = getField("desc_multi_policy");
f1.hidden = (ishidden(mpflag));
}