in reply to RE: Re: Multiple Scripts?
in thread Multiple Scripts?
Not without Javascript (and don't go there).
So the solution is to either use what jptxs provided (but make sure you pass along your $ENV{QUERY_STRING} tacked on), or to make your two scripts non-CGI. Make them subroutines or Modules, and require/use them in the one CGI script that gets the form data.
|
|---|