I have an HTML form that calls a CGI (perl) script, passing Department/Group names as "GET" submit arguments.
This script does some logging and parsing stuff but is invisible to the user (no output). I need to then call another CGI script, passing along the "Group" name and some other generated arguments.
Since this script is invisible, do I still use a form to call the next script? I've only used forms with SUBMIT buttons and am not sure if I can even do this....I just need some advice on how to proceed. Thanks - Tom
This script does some logging and parsing stuff but is invisible to the user (no output). I need to then call another CGI script, passing along the "Group" name and some other generated arguments.
Since this script is invisible, do I still use a form to call the next script? I've only used forms with SUBMIT buttons and am not sure if I can even do this....I just need some advice on how to proceed. Thanks - Tom