Any control can be made into a hyperlink.
|
HTML elements are known as "intrinsic controls" and have additional attributes that you can attach scripts to.
-
For example, you can put general buttons on the page used to access or change form fields.
|
Similar list of events to JavaScript
-
For example, you can use mouseover to display link descriptions whenever the mouse is over a link.
|
For communicating with users, there are: Alert Boxes, Message Dialog Boxes, Confirm Boxes, Prompt Boxes, and Custom (Input) Dialog Boxes.
|
Build a drop-down menu on your web page.
|