Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

document title

9 views
Skip to first unread message

Andrew Poulos

unread,
Mar 27, 2017, 1:04:17 AM3/27/17
to
Does setting a value for document.title no longer change the title that
is visible in the page's tab (or am I mistaken in remembering that it
used to change the title)? In this test page

<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="utf-8">

<title>foo</title>

<script type="text/javascript">
window.onload = function() {
document.title = "bar";
};
</script>
...


The tab's title stays as "foo".

Andrew Poulos

Andrew Poulos

unread,
Mar 27, 2017, 1:07:22 AM3/27/17
to
Doh, I had some other code overriding the changes.

Andrew Poulos
0 new messages