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
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
> 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
This element will not submit.
You have to write:
Ignatius
- Original Message -
From: "Jarrad Kabral" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 01, 2002 7:19 AM
Subject: RE: [PHP-WIN] Submit
-Original Message-
From: Rodrigo San Martin [mailto:rodrigo@;stud.ntnu.no]
Sent: Saturday, 2 November 2002 2:18 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Submit
Halo
I have a question. Can I use a gif/jpg submit button instead of the standard
submit button in a form? If so, how?