JavaScript Window Articles
You are here: irt.org | Articles | JavaScript | Window
Synopsis: This article addresses a problem that most developers eventually hit - how to keep control of a pop-up window when the main window changes location.
Techniques: window, opening a pop-up window, pop-up window, open(), focus(), window name, close(), naming a window, targeting a named window
Synopsis: Exploring the depths of JavaScript and its idiosyncrasies with v4 browsers, Martin Webb arms you with everything you need to know to build and control the placement of JavaScript pop-up windows.
Techniques: JavaScript, pop-up windows, centering windows, window properties, writing into windows
Synopsis: This article demonstrates how to show a popup calendar that you can use to select a valid date and then pass this main to the original window. The calendar is shown in month format, and enables you to pick the year or the month to be displayed. Not only that, but if the popup calendar is reshown it remembers and reshows the previous display.
Techniques: window, open, location, href, opener, dates, forms, selectedIndex, calendar, year, month, day, self, close
Synopsis: Explains how to open sibling windows, and how to pass it information.
Techniques: window, open, search, location, substring, indexOf, ?, javascript:, functions, array, objects, split, strings, JavaScript1.1, onBlur, focus
Feedback on 'JavaScript Window Articles'
©2018 Martin Webb