Mega Code Archive

 
Categories / JavaScript Reference / Javascript Objects
 

Document Example

<html> <body> <title>document object example</title> <button onclick="alert(document.title);">Document title</button> </body> </html>