First of all I will like to discuss User Interaction methods of the window object. You are probably familiar with the alert('some text to display) method. It actually belongs to the window object: you can either write window.alert() or simply alert().
If you don't know the alert() method, don't despair. I will explain it to you. This method displays a message to the user (such as "Welcome to my homepage", etc.). There is only one button on the displayed message box: an OK button.
The copyright of the article
Window Object Part II in
JavaScript is owned by Muhammad Ali Shah. Permission to republish
Window Object Part II in print or online must be granted by the author in writing.