CodeCharge Studio|
HTML |
<INPUT TYPE="button" ID="Button1" NAME="Button1" VALUE="Button1"> |
|
Image |
![]() |
|
Description |
A Button is a control that performs a specified action when clicked.
Usually, the OnClick event of the button is assigned some script code that
executes the desired function. |