News

Difference between Window, Document and Screen in JavaScript Window object and Document object often look alike and confusing ?? A clear understanding of Browser Object Model (BOM) and Document Object ...
Conclusion In conclusion, while the window and document objects are often used interchangeably in JavaScript, they represent different things and have different properties and methods.
There are some minor difference between the two but it can effect with lots of confusion between to many of us.window.load - it is fired when everything on the page is loaded. by everything i mean ...