2009/10/13 V <vincenti...@gmail.com>: > > The foklowing code works fine in Firefox, but not in MSIE; > var title = $("title").text(); > > I want to know the <title>blabla</title> as you can see. But MSIE does > not support this. > Is there another solution for this? >
var title = document.title; Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/