Site hosted by Angelfire.com: Build your free website today!

My Home Page

My Favorite things about Angelfire.

My Favorite Web Sites

Angelfire - Free Home Pages
Free Web Building Help
Angelfire HTML Library
HTML Gear - free polls, guestbooks, and more!

HomeWork Assignments

CIS 210 EXERCISES

Chapter 1 Chapter 2 Chapter 4 Chapter 5

Using a property The property page

This page uses the defaultStatus property of the object. We're setting the default to "Hello, World Wide Web!" Check the status line to see the message.

the alert box</tilte></head> <body bgcolor='white'> <b>The <TT>window.alert()</TT>method</b> <P> <I> This page displays an alert box. Click the OK button to close the box</I> <P> <Script Language="Javascript"> <!-- Window.alert("This is an alert box"); //--> </Script> </body><Html> <Html><Head><Title>the alert box The window.alert()method

This page displays an alert box. Click the OK button to close the box

This example declares a variable, assigns a value to it,and then displays the variable.

Then the variable is displayed one more time, only this time as a heading.

By pressing the button, a function will be called. The function will alert a message.