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
743 beaubien, suite 300 >p.313.961.4407 x302detroit, mi 48226 >f.313.961.4568 www.rootlevel.com > >-Original Message- >From: Sherwin Daganato [mailto:[EMAIL PROTECTED]] >Sent: Sunday, August 27, 2000 5:22 AM >To: [EMAIL PROTECTED] &g

RE: checkboxes in embperl

2000-08-27 Thread Joe Lauer
beaubien, suite 300 p.313.961.4407 x302detroit, mi 48226 f.313.961.4568 www.rootlevel.com -Original Message- From: Sherwin Daganato [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 27, 2000 5:22 AM To: [EMAIL PROTECTED] Subject: checkboxes in embperl I was

checkboxes in embperl

2000-08-27 Thread Sherwin Daganato
I was displaying rows of selection using checkboxes. The problem is when there are too many selections (e.g. >100) to display, my embperl page slows down. I am planning to cut the selections into 25 rows per page. Users of this page will just have to click next/previous button. My questions are