Insert the image that you want to use as your new Go button next to the jump menu.
2. With the new graphic selected, open the Behaviors panel.
3. Select Jump Menu Go from the Add Event drop-down list. Dreamweaver displays a dialog box
showing all available jump menus.
4. Choose the name of the current jump menu from the Jump Menu Go dialog box list and click OK
when you??™re finished.
5. If necessary, delete the Dreamweaver-inserted Go button.
TIP TIP
507
Interactive Forms 14
* Integrate your Go button, if you??™re using one, right in the graphic. Be sure to set it as its own slice
so that it comes in as a separate image and can be activated with a Jump Menu Go behavior. In
the following figure, a graphical Go button appears to the right of the jump menu.
Activating Your Form with Buttons
Buttons are essential to HTML forms. You can place all the form objects you want on a page, but until your
user clicks that Submit button, there??™s no interaction between the client and the server. HTML provides
three basic types of buttons: Submit, Reset, and Command.
Submit, Reset, and Command buttons
A Submit button sends the form to the specified action (generally the URL of a server-side program or a
mailto address) using the noted method (generally post).
Pages:
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949