Re: An image in place of submit button?

Al Futrell (awfutr01@homer.louisville.edu)
Thu, 14 Sep 1995 23:52:24 -0400 (EDT)


On Thu, 14 Sep 1995, Lambert wrote:

> >I know it's possible to use an image in place of a text "submit" button in
> >a form.
------------------>
> <FORM METHOD="POST" ACTION="script path"
> <INPUT NAME="YourName"><P>
> <INPUT TYPE="submit" SRC="image path"
> </FORM>
>
> Mike
------------------------>
This one works for me:
<FORM METHOD=POST ACTION="script">
<INPUT NAME="image" TYPE="image"
SRC="images/button.gif">
</FORM>

I think, however, that the image type input field gives way to the submit
field (as Mike points out) in future versions of HTML...

Al Futrell
-- al@spieler.comm.louisville.edu
-- http://www.louisville.edu/~awfutr01
Dept of Communication -- University of Louisville