Is it possible to launch a program via AcuToWeb and pass variables to the program via the URL?
Example: the user is on a web page (HTML CSS, not AcuToWeb) that displays a list of departments. The user clicks on a department. We want to call a Cobol program to display or modify that department. We need to pass the department number to the program via the URL, e.g.:
myhost:3000/&dept=ABC
Thanks.



