TOC PREV NEXT INDEX

Put your logo here!


title


title returns the title of the document.

Syntax

sTitle = document.title 

Parameters

sTitle is a string that contains the title of the current document.

Example

<html> 
  <title>Hello World!</title> 
  <body>... 
 
// document.title returns "Hello World!" 

Notes

None.

Specification

html


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX