in reply to How can I force CGI to use the variables I give it when creating a form

You can also set it explicitly
$query->param('page'=>'nextpage');
HTH
  • Comment on Re: How can I force CGI to use the variables I give it when creating a form
  • Download Code