Re: 1.3.3 --> 1.3.4 migration , Problem with setting checkboxes...

2002-12-26 Thread Rajesh Kumar Mallah.
Solved on Upgrading to 1.3.5 which i found while trying to doengrade to 1.3.3 ;-) regds malz. On Thursday 26 December 2002 02:43 pm, Rajesh Kumar Mallah. wrote: > Hi, > > The code below works fine in 1.3.3 but not 1.3.4 > > my EMBPERL_OPTIONS is set to 16 > > > = CODE BEGINS ===

1.3.3 --> 1.3.4 migration , Problem with setting checkboxes...

2002-12-26 Thread Rajesh Kumar Mallah.
Hi, The code below works fine in 1.3.3 but not 1.3.4 my EMBPERL_OPTIONS is set to 16 = CODE BEGINS == [- $fdat{a} = "1\t2"; -] Item1 Item2 CODE OVER = 1.3.3 it checks Item 1 & Item 2 but in 1.3.4 it leave

Re: Problem with automatically checking checkboxes in $row loops?

2001-03-25 Thread Gerald Richter
> > > > > [+ $set[$row]{name} +] > > > > > > If I submit this form, $fdat{foo} will contain a tab-separated string > of 'Y' and '' values. > However when I do this, all the input fields will have a 'checked' in > them. It doesn't look for the first value, but for the value attribute. So th

Problem with automatically checking checkboxes in $row loops?

2001-03-25 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [+ $set[$row]{name} +] If I submit this form, $fdat{foo} will contain a tab-separated string of 'Y' and '' values. However when I do this, all the input fields will have a 'checked' in them. I suspect it's keying off the fir

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 questi

Re: Insert with checkboxes

2000-04-03 Thread Aaron Johnson
he other day looking for a way to get > > all the checkboxes passed forward, and then my reply realizing that the > > browser wasn't going to be any help. > > > > Yes, I saw it, but since you answered your own mail before I read it, there > was no need to reply, beca

RE: Insert with checkboxes

2000-04-03 Thread Gerald Richter
> > I am not sure if you saw my post the other day looking for a way to get > all the checkboxes passed forward, and then my reply realizing that the > browser wasn't going to be any help. > Yes, I saw it, but since you answered your own mail before I read it, there

Re: Checkboxes

2000-04-01 Thread Aaron Johnson
Well, I guess I was expecting to much of the browser. When I awoke from my coma I realized that the standards say the browser doesn't have to (shouldn't) send forward unchecked checkboxes. >From the w3 HTML standard. 17.13.2 Successful controls All "on" checkboxes ma

Checkboxes

2000-03-31 Thread Aaron Johnson
Gerald, I normally avoid checkboxes like the plague, but I have a site that really needs them to make data entry easy. Since I am extremely lazy I set about having the unchecked and the checked values sent by enabling EMBPERL_OPTIONS 8192 Which works great for the INPUT fields, but not the

RE: Form checkboxes

2000-03-29 Thread Gerald Richter
> > I really love the feature of Embperl where it will automatically > fill out a form > using the contents of %fdat. However, that doesn't seem to work with > checkboxes. Is this possible? > Your checkbox must have a name and a value, then it sho

Re: Form checkboxes

2000-03-29 Thread Vladimir Ivaschenko
0 Wim Kerkhoff wrote about "Form checkboxes": > Hi All, > > I really love the feature of Embperl where it will automatically fill out a form > using the contents of %fdat. However, that doesn't seem to work with > checkboxes. Is this possible? It's

Form checkboxes

2000-03-29 Thread Wim Kerkhoff
Hi All, I really love the feature of Embperl where it will automatically fill out a form using the contents of %fdat. However, that doesn't seem to work with checkboxes. Is this possible? Thanks, Wim. - To unsubscri