Re: [PHP] Update onBlur or onChange

2001-10-22 Thread John Monfort
Try this: *** 'varname' is equivalent to *** //adding var total; //html //once the content of varname1 is changed, the value will be added to total //add varname2 to total ...or something to that effect. Double check the syntax... hope that that helped. __John Monfo

Re: [PHP] Update onBlur or onChange

2001-10-22 Thread Mark
On Mon, 22 Oct 2001 00:33:39 -0700, KING OGNAJD wrote: >Helo: > >I¹m working on a form that I¹d like to have a feature that adds your >total >as items are selected. Currently, I¹ve got some javascript doing the >job but >it only works in ie, and besides, I¹d rather use php if possible. > >The curr

Re: [PHP] Update onBlur or onChange

2001-10-22 Thread Stefan Rusterholz
>From: "KING OGNAJD" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, October 22, 2001 9:33 AM >Subject: [PHP] Update onBlur or onChange >Helo: >I¹m working on a form that I¹d like to have a feature that adds your total >as items are selected. Currently, I¹ve got some javascript doin