jared has asked for the wisdom of the Perl Monks concerning the following question:
When I create another form later on in the page and have an alternate value for 'current' it is replaced in the html by 'example'.push(@buffer, $cgi->start_form(-method => 'post' , -action => 'example +.cgi'), $cgi->submit(-name => 'edit_notes', -value=>$timestamp, -la +bel =>"edit"), $cgi->hidden(-name => 'user', $user), $cgi->hidden(-name => 'current', -value=>'example'), $cgi->end_form);
Any help would be appreciated.<input type="hidden" name="user" value="UserID" UserID /> <input type="hidden" name="user" value="UserID" UserID /> <input type="hidden" name="user" value="UserID" UserID /> <input type="hidden" name="user" value="UserID" UserID />
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cgi issues
by Joost (Canon) on Jun 26, 2007 at 19:17 UTC |