When 1 checkbox is checked, force a second box to be checked
(i posted in forms sub-forum, far no response)
i'm newbie javascript, welcome. using acrobat xi pro on win 7.
how code following?
•if checkbox5 checked,checkbox8 should automatically checked.
•also, checkbox8 can checked independently, if checkbox5 not checked.
many thanks!
as mouseup event of "checkbox5" enter code:
this.getfield("checkbox8").checkthisbox(0, true);
More discussions in JavaScript
adobe
Comments
Post a Comment