This guy's code works across FF, IE and Chrome from what i see (sorry i don't have Safari or Opera installed)
http://javascript.internet.com/page-details/dynamic-title-bar.html On Jan 14, 11:20 am, Olaf Bosch <olaf.bo...@t-online.de> wrote: > Hi all, > after a ajax load of content in a DIV I try to change the title of the > parent document, for better BookMarking. > Works fine in FF, not in IE. In IE is result null. In Opera become > <localhost> in alert. > > here the Code: > > var new_title = $(data).filter("title").text(); > document.title = new_title; > alert (new_title); > > See you a way to do this in all Browsers? > > -- > Viele Grüße, Olaf > > ----------------------------------- > olaf.bo...@t-online.dehttp://olaf-bosch.de/http://ohorn.info/http://www.akitafreund.de/ > -----------------------------------