[Javascript] Setting title of web page

David Hucklesby davidh126 at writeme.com
Tue May 13 23:38:00 CDT 2008


On Tue, 13 May 2008 07:12:40 +0100, David Dorward wrote:
>
> On 13 May 2008, at 04:46, David Hucklesby wrote:
>
>> On Sun, 11 May 2008 19:04:37 -0500, Skip Evans wrote:
>>
>>> Hey all,
>>>
>>> At the suggestion of another list member this was the simplest solution:
>>>
>>> document.title="new title";
>>>
[...]
>>
>> That's very odd. The title attribute is ...
>>
[...]
>
> The title property of the document object doesn't map on to any
> attribute, it maps directly onto the title of the document.
>

Thank you for the correction. I am forever getting confused by
JavaScript's dot notation. Perhaps I should stick to COBOL.  ;)

Cordially,
David
--




More information about the Javascript mailing list