A fully-qualified reference: window.document.myForm.myButton.value |
window (often suppressed) and document are built-in object instances |
myForm and myButton are user-supplied object names |
value is a property of the Button object (and most other form elements) |