
08-04-2010, 12:21 AM
|
 | | | Join Date: Sep 2007 Location: near Govt College of Science Multan Pakistan
Posts: 9,693
Contact Number: Removed Program / Discipline: BSIT Class Roll Number: 07-15 | |
DOM interface allow programmatically access and manipulate the contents of website - When JavaScript was first introduced in browsers, some sort of interface was required to allow elements on the page to be accessed via scripting
- DOM, is the interface that allows you to programmatically access and manipulate the contents of a web page (or document).
- It defines the logical structure of documents and the way a document is accessed and manipulated.
|