Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > Forms > <INPUT ...> > TYPE

TYPE = BUTTON

BUTTON defines a button which causes a script to run. Use the onClick attribute to give the script command(s). BUTTON is usedonly with scripting. Browsers that don't understand scripts don't understand this type of input and usually render it as a text input field.

<FORM>
<TABLE BORDER CELLPADDING=3>
<TR>
 <TD><NOBR>radius: <INPUT NAME="Circle_radius" SIZE=4></NOBR></TD>
 <TD><INPUT TYPE=BUTTON OnClick="Circle_calc(this.form);" VALUE="calculate"></TD>
 <TD ALIGN=RIGHT BGCOLOR="#AACCFF">
 <NOBR>circumference: <INPUT NAME="Circle_circumference" SIZE=9></NOBR><BR>
 <NOBR>area: <INPUT NAME="Circle_area" SIZE=9></NOBR></TD>
 </TR>
</TABLE>
</FORM>

gives us

radius: circumference:
area:

TYPE=FILE >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com