Access a WAA form function Professional
The following example shows the pattern of HTML tags to be used for exchanging data between a remote client (Web browser) and the WAA server (package DLL).
1: <FORM ACTION="/cgi-bin/waa1gate.exe" METHOD=POST>
2: <INPUT TYPE=hidden NAME="WAA_PACKAGE" VALUE="[package-DLL name]">
3: <INPUT TYPE=hidden NAME="WAA_FORM" VALUE="[function name]">
4: <INPUT TYPE="text" NAME="[variable name]" SIZE=20>
5: <INPUT TYPE=submit VALUE="Send">
6: </FORM>
addpkg = \alaska\waa1w32\source\samples\waa\alaska1\myWebApp
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.