Read title of webpage using gwt

2009-05-05 Thread surfi2000
Hi, Is it possible to get the title of a website that the user is currently on? For example, if in the html code the following is said titleFirst/ title gwt will give me a variable containing the string First Thanks --~--~-~--~~~---~--~~ You received this

Re: Read title of webpage using gwt

2009-05-05 Thread Adam T
Window.getTitle() should get it for you. //Adam On 5 Maj, 19:32, surfi2000 surfi2...@googlemail.com wrote: Hi, Is it possible to get the title of a website that the user is currently on? For example, if in the html code the following is said titleFirst/ title gwt will give me a variable