Re: [PHP] Using an image as a reset button on a PHP script

2001-07-14 Thread Data Driven Design
You have to use javascript Data Driven Design P.O. Box 1084 Holly Hill, Florida 32125-1084 http://www.datadrivendesign.com http://www.rossidesigns.net - Original Message - From: Brandon Orther <[EMAIL PROTECTED]> To: PHP User Group <[EMAIL PROTECTED]> Sent: Friday, July 13, 2001 5:46

Re: [PHP] Using an image as a reset button on a PHP script

2001-07-13 Thread Mark Maggelet
On Fri, 13 Jul 2001 14:46:41 -0700, Brandon Orther ([EMAIL PROTECTED]) wrote: >Hello, > >I am making a script at the moment and want to use images instead of >the >usual buttons. Does anyone know how I can use the image as a reset >button? >Thank you, > >--

Re: [PHP] Using an image as a reset button on a PHP script

2001-07-13 Thread Jason Bell
A quick search on the web found that you have to output some javascript to handle that take a look at http://www.idocs.com/tags/forms/index_famsupp_142.html (Caveat: I only found the information by going to google and searching on "html image reset button" I have not studied it, or tried it.

Re: [PHP] Using an image as a reset button on a PHP script

2001-07-13 Thread Aaron Bennett
Aside from doing 2 tricky... well... tricks. You can't.. Standard HTML (to my knowledge) does not support the ability to have a reset button be set to an image. only those large gray Cadillac sized hideous buttons. Now, with that said.. there are 2 ways you can do it. ;-) Client Side - If you us