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 current prototype form lives at >http://www.seatthole.com/order2.php > >Can anyone tell me if thereıs a way to update the total at the >bottom of the >page in realtime as the user makes changes? > >Thanks... > >Django >
the problem is from using 'this' from inside the input tag, netscape don't like this. take it out and use document.forms[0].inputname it will work. -- Mark, [EMAIL PROTECTED] on 10/22/2001 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]