Re: [PHP-WIN] Submit without Submit

2003-01-28 Thread Cam Dunstan
Only possible with javascript as far as I now wherein you do the calcs or validation at the browser end. Other possibility is a java applet but PHP being server side does not have any inherent ability beyond ordinary html at the users end. nothing to stop you using php to generate the aforementi

Re: [PHP-WIN] Submit without Submit

2003-01-28 Thread Luis Ferro
That is impossible to do in PHP, because what you are asking is to do a client side thing (which can be done with javascript) and PHP works in the server side. Cheers, Luis Ferro TelaDigital.net Renger van Nieuwkoop wrote: Dear all Is it possible to have php refresh a form without using a su

RE: [PHP-WIN] Submit without Submit

2003-01-28 Thread Svensson, B.A.T. (HKG)
> Dear all > > Is it possible to have php refresh a form without using a submit button (I > want to have a form where people can enter data and see after entering the > data what happens to the total. As they have to enter a lot of data, it is > rather ennoying to push everytime the "submit" -butt