I need to fill a field in a PDF form (version 8 or newer) with a value
provided by a web page. The webpage is a counter to provide a unique,
sequetial number.I have been able to do this with Get() when using
FormCalc, however I need more logic control than is provided in
FormCalc.I have attempted to implement the logic with JavaScript and
getURL. When I open the form the JavaScript Console indicates:
"TypeError: xfa.host.getURL is not a function"Here is my code with some
console diagnostics incl...