I guess it would be "locally installed" JScript. (Forgive me as I'm a
complete neophyte when it comes to JScript). Here's what I'm trying to do
exactly: I'm using Adobe Acrobat and putting code into a button on my PDF
form. Acrobat allows me to put JScript code into the events for the button.
However, I would really like to call some of my VB.NET code rather than
write everything in JScript (partly because I don't know JScript, and also
because there's quite a lot that I need to do when the button is clicked,
including some database access, which I'm not sure if I can even do in
JScript).
Thanks for any help,
Dave