home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Document.title Property

Name

Document.title Property---the title of a document

Availability

Navigator 2.0, Internet Explorer 3.0

Synopsis

document.title

Description

title is a read-only string property that specifies the title of the current document. The title is any text that appears within <TITLE> and </TITLE> tags in the <HEAD> of the document.


Previous Home Next
Document.referrer Book Index Document.URL

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell