Student Menu. © Lesson 3. Printable layout. Links won't function in print.
Notes
Section
|
Main
Text
|
|
Review HTML Forms.
If any of these features of forms are
unfamiliar, please review HTML
forms.
|
The
actual object used is called the instance. |
An Object is a thing. A Property is a characteristic (of the Object). A Method is an action (the Object can perform). An Event is the Object's response to an action.
Using a real-world example, we have a Hand Object (thing) that has a Finger Property (characteristic) that has a Wave Method (action).
A hand with a long finger is described by the following
syntax:
This syntax tells the hand to wave fast: Hand.Wave("fast") Fast is
an argument or value of the Wave Method*.
In document.write("Hello Everyone!") the document Object has a write Method with a string argument.
|
Module 3.2 |
Seven Built-in ASP Objects in Brief. 1. Server Object: Represents some properties and methods of the web server. 2. Application Object: Allows web pages within a site to act as a single ASP application. 3. Session Object: Uniquely represents each visitor accessing the ASP application. 4. Request Object: Used by the visitor to request information from the web server. 5. Response Object: Used by the web server to send output in response
to the visitor's information request. |
Module 3.3 |
Exercise 3.
|
Module 3.4 |
Quiz 3.
|