Working with Windows: A Final Word
Working with Windows
A Final Word
In this tutorial we have attempted to cover most of the windows-related features of JavaScript. We have showed you how to open a new window according to your specifications, how to write to a window, manipulate it, as well as close it. We also taught you how to reference the window from which you opened the new window. We touched upon two specific types of windows: dialog boxes and popup windows.
In this tutorial you learned:
- How to name your windows and frames
- How to open a new window
- How to specify the features of a new window
- How to utilize the window features
- How to check if a window exists
- How to close a window
- How to manipulate a window
- How to write content to a window
- How to reference the opener
- How to create a dialog box
- How to create a popup window
Produced by Yehuda Shiran and Tomer Shiran
Created: April 10, 2000
Revised: April 10, 2000
URL: https://www.webreference.com/js/tutorial1/final.html