First, insert the form button in the Dreamweaver
1. Click on the mouse, positioning the cursor in the form frame line, click the "Insert" menu, select the "form" item, in the Pop-up submenu select "Button" command.
Or select the form item in the Insert panel and click the button icon, as shown in the following illustration:
Click on the "Window" menu and select "Insert" to open the Insert panel.
2. Click the "button" icon, pop-up "input Tag Accessibility Properties" dialog box.
3. Click the OK button and the form button appears in the document.
4. Click the "button" form control in the document, as shown in the following illustration:
5. Open the Button "Properties" Panel, as shown in the following illustration:
Button Name: Enter a name for the button. The Name property.
Value: Enter the text you want to appear on the button. The Value property.
Action: Select "Submit Form", click the button when submitting the form for processing (type= "submit"); Select Reset form, click the button to reset the form (type= "reset"), select "None", and click the button to activate a different action based on the processing script (type= " Button ").
Tip: Specify a script or page in the Action text box of the form to work with the form.
Second, tips
You can add multiple form buttons by pressing the ENTER key by positioning the cursor in a box enclosed by a red dotted line in the form.