TitleChange event
Fires when the title of a document in the object becomes available or changes.
HTML Attribute | <element TitleChange = "handler(event)"> |
attachEvent Method | object.attachEvent("TitleChange", handler) |
Synchronous | No |
Bubbles | No |
Cancelable | No |
sText [in]
Type: BSTRA String that specifies the new document title.
Because the title might change while an HTML page is downloading, the URL of the document is set as the title. If the HTML page specifies a title, it is parsed, and the title is changed to reflect the actual title.
Reference