HTML Attribute for
<INPUT ...>
By default, Netscape puts a border around image submit buttons. By setting
<FORM ACTION="/cgi-bin/mycgi.pl" METHOD=POST> name: <INPUT NAME="realname"> <INPUT TYPE=image SRC="go2.gif" BORDER=0 HEIGHT=22 WIDTH=50 ALT="go!"> </FORM> which gives us name: (Form is not live) |