JavaScript Document Object
Revision as of 19:05, 14 May 2007 by Neil (Talk | contribs) (JavaScript document Object moved to JavaScript Document Object)
Revision as of 19:05, 14 May 2007 by Neil (Talk | contribs) (JavaScript document Object moved to JavaScript Document Object)
In the JavaScript Window Object chapter we looked at how perform such tasks as opening and closing browser windows and controlling the appearance and position of those windows. Whilst the window object gives us the ability to control various aspects of the browser window it does not provide us any control over the content of the window. In order to manipulate the content that appears in the browser we need to turn to the JavaScript Document object.