in reply to Assign perl value in html link
Treat editing as another form submission that you have to carry all of the variables through, except in this case the only variable visible to the user is the one they're editing (all others are hidden). To return to the previous page you'll need to either encode that page as an argument to the CGI the edit form submits to, or use a hidden field to hold the URL, and rely on the CGI to redirect to it.
This'll require that you have an edit button instead of a link.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Assign perl value in html link
by Anonymous Monk on Oct 04, 2002 at 19:47 UTC | |
by dws (Chancellor) on Oct 04, 2002 at 19:55 UTC | |
by Anonymous Monk on Oct 04, 2002 at 20:07 UTC |