in reply to Re: CGI hidden input value wrongly assigned.
in thread CGI hidden input value wrongly assigned.
If so, the fix is to change
print hidden('action', 'logout');
to
print hidden(-name => 'action', -value => 'logout', -override => 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI hidden input value wrongly assigned.
by jck (Scribe) on Jun 13, 2006 at 13:57 UTC |