|
Auto Window Resizer
|
Other links at JavaScript > Tutorials > Windows and Frames |
| 1. |
Breaking out of frames
|
|
|
Want to make sure your web pages are not included in other website frames? Well use this break_out_frame code to stop the madness.
|
| 2. |
Browser Window Dimensions
|
|
|
Two tiny functions that return the available width and height inside the browser window. These functions can be used as variables and as the dimensions are calculated every time they are used, your script will always be using the current window size no matter what the user does to the window.
|
| 5. |
Pop-up Windows
|
|
|
JavaScript allows you to create (open) new windows. In these windows you can place whatever HTML code you wish, and even have actions in one window effect what is happening in another window. This tutorial explains how to create various types of pop-up windows using JavaScript.
|
|
|