Forms - submit versus image

When creating a form i have a question on the type of inputs allowed, 
1.  TYPE=SUBMIT 
2.  TYPE="image" 

For the long list of browsers that we have available to everyone, are there
any browsers that do not accept the INPUT  TYPE="image".  Please see the
code below if you need to conceptualize.


<INPUT tabindex="5" TYPE=SUBMIT VALUE="Report" NAME="report.x">
<INPUT tabindex="2" TYPE="image" NAME="report" SRC="images/menu5_main1.gif"
ALT="Link for Graphics Browsers: Report a find." BORDER=0>

appreciate everyone's comments.	      

rob neff

Received on Friday, 2 April 1999 11:16:43 UTC