(Code in italics sybolizes attributes which are options)
The name and value attributes may be useful if you are using the form to post to a script and require the submit button to actually pass a value (some scripts depend on a value from the submit button so it knows when to process the form or not). So you'd attach a name to the submit button, and give it a value if that was the case.
The image type acts exactly like the submit type. If you wanted a graphical "reset" button then you might have to use Javascript or simply reload the page.
__________________ Please login or register to view this content. Registration is FREE - Latest Articles: Please login or register to view this content. Registration is FREE , Please login or register to view this content. Registration is FREE
You would need to also assign a height/width CSS property if you wanted to use that.
__________________ Please login or register to view this content. Registration is FREE - Latest Articles: Please login or register to view this content. Registration is FREE , Please login or register to view this content. Registration is FREE