tutorials

Sponsors
Partner Sites
Loading two frames with one link
This tutorial shows you how to load two frames with one link using JavaScript.
JavaScript Tutorials > Windows and Frames
 
Accept Focus Until Closed
A small snippet that allows you to keep a window 'on top' of all others until closed.
JavaScript Tutorials > Windows and Frames
 
Popup Chromeless Window
An easy to use Javascript Popup Chromeless Window. You can configure it anyway you like.
JavaScript Tutorials > Windows and Frames
 
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.
JavaScript Tutorials > Windows and Frames
 
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 ma
JavaScript Tutorials > Windows and Frames
 
JavaScript Window Object explanation
Comprehensive explanation of the Window object and its events, properties, methods etc.
JavaScript Tutorials > Windows and Frames
 
Scrolling window to any position
With this method you don't have to store or calculate the position to which you need to scroll you window. Very useful technique for chat applications or for dynamic content windows.
JavaScript Tutorials > Windows and Frames
 
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 ma
JavaScript Tutorials > Windows and Frames
 
Browser Window OffSets (scroll compensator)
These handy functions are most useful when you are trying to keep a dynamic element in view, even if the user scrolls the page. These functions return the number of pixels the page has been scrolled by.
JavaScript Tutorials > Windows and Frames
 
Simple Browser Check
This bit of script sets 3 variables to 1 or 0 depending on what flavour browser is being used to display the page. These variables can then be used to decide upon which script elements/variation should be used.
JavaScript Tutorials > Windows and Frames
 
Controlling Windows Using Javascript
A very detailed tutorial showing how to control windows using javascript. It includes opening them, closing, resizing and much more. It even shows you how to position a window in a particualr part of the screen.
JavaScript Tutorials > Windows and Frames
 
Creating websites with frames and search engine op
This tutorial shows you how to make frames and open subframes within the frame. You will learn how to preserve the function of back button and prevent opening your frameset page within another (foreign) frame. The searchengine indexing problem will be ove
JavaScript Tutorials > Windows and Frames
 
Opening and Manipulating Windows
If you have ever been near any of the homepages in Geocities or Tripod, you must be familiar with the small window that pops up with an advertisement banner. This tutorial explains how to create your own customizable pop-up windows with details on paramet
JavaScript Tutorials > Windows and Frames
 
So, You Want To Open A Window, Huh?
This tutorial illustrates a rundown of the many ways to get new windows to pop up when viewers roll into your site.
JavaScript Tutorials > Windows and Frames
 
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 wi
JavaScript Tutorials > Windows and Frames
 
Ace Hold Focus
This JavaScript code allows you to ensure a window to remain in focus, on top. Useful for web site news or smaller popup windows that are easily shuffled under out of focus. Try to change focus to a different page, click another window, and you will see h
JavaScript Tutorials > Windows and Frames
 
Opening and Manipulating Windows
If you have ever been near any of the homepages in Geocities or Tripod, you must be familiar with the small window that pops up with an advertisement banner. This tutorial explains how to create your own customizable pop-up windows with details on paramet
JavaScript Tutorials > Windows and Frames
 
So, You Want To Open A Window, Huh?
This tutorial illustrates a rundown of the many ways to get new windows to pop up when viewers roll into your site.
JavaScript Tutorials > Windows and Frames