Tuesday, July 31, 2007

Control what the browser reveals using the JavaScript Window object

Overview: This document lists some of the JavaScript Window object's important methods, together with code examples demonstrating how each may be used.

There is so much more to modern Web page design them mere HTML, and JavaScript plays a major role as a tool for dynamically rendering pages based on specific events. One of the more powerful features of JavaScript lies with the built-in Window object which can be used to open and manipulate browser windows based on a criteria established by the developer. This download lists 10 of the more useful methods associated with the JavaScript Window object, including:

  • Open
  • Resize
  • Move
  • Scroll
  • Focus
here is the pdf

No comments: