in reply to Re^2: Perl-CGI refresh with different param(s)??
in thread Perl-CGI refresh with different param(s)??

You may not be in charge of the html, but you have to have a copy of the form, so you can see what you are working with.
  • Comment on Re^3: Perl-CGI refresh with different param(s)??

Replies are listed 'Best First'.
Re^4: Perl-CGI refresh with different param(s)??
by jonc (Beadle) on Jun 21, 2011 at 18:59 UTC
    Thanks a lot, I can use your approach (shown at the stackexchange website). I changed the source to method "GET" to see the tags, then used those and changed it back to "POST". And it worked!