Re: RE: checkboxes in embperl

2000-08-28 Thread Gerald Richter
> BUT i'm just relying on one variable in all pages. > > > > > > Upon submission, $fdat(xxx) will just be a tab delimited string of > selection1, selection2, selection3, and others. > You may also use hidden variables to pass the data between pages. If you really use the same variable name f

Re: RE: checkboxes in embperl

2000-08-27 Thread Sherwin Daganato
BUT i'm just relying on one variable in all pages. Upon submission, $fdat(xxx) will just be a tab delimited string of selection1, selection2, selection3, and others. Thanks. Sherwin [EMAIL PROTECTED] writes: >1. You can use session variables to keep track of what they checked on >previo

RE: checkboxes in embperl

2000-08-27 Thread Joe Lauer
1. You can use session variables to keep track of what they checked on previous pages. Or you can plop it into a db to keep track of it. 2. If you store it in the db then you can just have it update the fields they went back to and updated. The same for session storage. Then you can have a wi