in reply to
How to re-capture/recall form field values AFTER pressing the 'BACK' button?
As everyone said, filling in the form is the way to go. I've used the
HTML::FillInForm
with success in the past, and it should be very easy to plug in to a pre-existing app that uses
CGI
.
--
edan
Comment on
Re: How to re-capture/recall form field values AFTER pressing the 'BACK' button?
In Section
Seekers of Perl Wisdom