These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Find out control value in Javascript

sarfarajsayyad
Registered: May 6 2007
Posts: 18

Hello there,
i want such application that can find out all contol(collectin of control) value those are on PDF page through Javascript( if i have 2 text box then on button click i want to find both text value)

Please help me out

Thanks in advance.

Sarfaraj Sayyad

sarfarajsayyad
Registered: May 6 2007
Posts: 18
hey got it

var oField = xfa.resolveNode("TextField1").rawValue;
app.alert(oField);