TOC PREV NEXT INDEX

Put your logo here!


window.title


Gets the title of the window.

Syntax

window.title = sTitle 
sTitle = window.title 

Parameters

sTitle is a string.

Example

None. 

Notes

This property returns none if the title has not been set on the window.

Specification

DOM Level 0. Not part of specification. 


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