Values |
PUSH |
requires the button to act like a common push button, means no special action is triggered.
|
SUBMIT |
When the button is clicked, it performs a submit on its containing form.
|
RESET |
When the button is clicked, it performs a reset on its containing form.
|
URL |
When the button is clicked, an URL set for the button is opened.
|
Values' Details |
PUSH
PUSH,
- Description
- requires the button to act like a common push button, means no special action is triggered.
|
|
SUBMIT
SUBMIT,
- Description
- When the button is clicked, it performs a submit on its containing form.
|
|
RESET
RESET,
- Description
- When the button is clicked, it performs a reset on its containing form.
|
|
URL
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.