Hello
I am trying to track / see what the values are populating in my_array in my_form's Java Script, by using differnet syntaxes, but nothing is working, pls. let me know JS code, wherein i can see my_array contets either with ALERT or MESSAGEBOX, i tried below without success!!
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
You'll want to use console.println(), there is no console.log(). Much easier than using alert/messageBox. Just make sure the console window is open in Acrobat (CTRL-J).
If you are filling your array in a loop you should be able to write it out on each pass of the loop with something like console.println(array[i]).
Views
Replies
Total Likes
xfa.host.messageBox
Thank you, right, agreed, but i want to see my_array contents.
Already am doing this like below,
xfa.host.messageBox ("You entered wrong ID, spl. fix it")
i want to see my_arrray data residing in my_arrray
thank you
Views
Replies
Total Likes
You'll want to use console.println(), there is no console.log(). Much easier than using alert/messageBox. Just make sure the console window is open in Acrobat (CTRL-J).
If you are filling your array in a loop you should be able to write it out on each pass of the loop with something like console.println(array[i]).
Views
Replies
Total Likes
Thak you
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies