iTech College - Internet Technology, Online Education, E-Learning, Technician Training, Tech Tutorials, Distance Education, Virtual Learning JavaScript Course: Document object - www.itechcollege.com JavaScript Course: Document object - www.itechcollege.com
Online Degrees Scholarships & Fellowships Internships Student Financial Aid Study Abroad Itech Bookstore
Free Courses
HTML
JavaScript
CSS
ASP
PHP
JSP
ASP.NET
SQL
AJAX
FTP
XML
Career Center
Job List
Web Jobs
Student Jobs
Computer Jobs
Engineer Jobs
Developer Jobs
Job Search
Resume Writing
Job Interview
Salary Info


itech > courses > JavaScript > Document object

Document object

The document object is one of the most important objects of JavaScript. The below is a very simple JavaScript code:

     document.write("Hi there.")

In this code, "document" is the object. "write" is the method of this object. Let's have a look at some of the others that the document object possesses.

lastModified You can always include the last update date on your page by using the following code:

     <script language="JavaScript">
     document.write("This page 
		created by John N.");
     document.write("Last update: " 
	 	+ document.lastModified); 
     </script> 

All you need to do here is use the lastModified property of the document. Notice that we used "+" to put together "This page created by John N. Last update: " and document.lastModified.

bgColor and fgColor Lets try playing around with bgColor and fgColor:

     <script>
     document.bgColor="black"
     document.fgColor="#336699"
     </script> 
  Back to Index Page
Next Page >>   Embedding and including
write and writeln
Document object
Message box
Message boxt
Variables and Conditions
Variables and Conditionst
Function
Event handler
Form
Link
Date
Window
Frame
 

JavaScript Books
JavaScript Jobs



Bookmark:  del.icio.us digg facebook Reddit Mixx BlinkList Fark Furl NewsVine Simpy Spurl Segnalo Technorati blogmarks Google YahooMyWeb Windows Live



JavaScript Course: Document object - www.itechcollege.com
Copyright ©2008, itechcollege.com. All rights reserved
iTechCollege | About iTech | Contact iTech