[thelist] stripping browser brand on page titles

Jason Lustig lustig at acsu.buffalo.edu
Fri Jan 25 23:02:00 CST 2002


>The above response would only work for the
>machine where the key was edited

I believe that, in theory, the only way it would work would be something
with the DOM, for example:

var title = "my browser title bar";
window.titlebar = title;


... however, the titlebar attribute of window doesn't exist, afaik. Maybe in
a later version of the DOM.

--Jason




More information about the thelist mailing list