The dialog box enables you to set Push Button properties. Its   buttons enable you to execute Submit or Reset operations in your web page.

Name: defines a button name, by which it will be recognized by a server. By default, it is PushButton#.

Value(Label): sets a label for a button. A label is an actual name of a button, that is, the text with which it will be displayed by a browser.

When a page visitor clicks on a button, its Name and Value will be passed to a corresponding CGI.

Button Type

Buttons can be of the two types:

The Extra HTML button enables you to insert an extra HTML code into a current HTML tag. When you click on the button, the Extra HTML Tag Attributes dialog box is displayed where you can enter the extra tag attributes. You must be familiar with the HTML language to use this feature correctly.