I'm trying to extract the page title by using a url. You know how "document.title" returns the title of the current page? well I was wondering if i could say "'http://google.com'.title" (doesn't work) or something similar to get the title of another page. thx for any ideas
in javascript,its little harder to get title of the window as title is out of the web page while you can easily get web page content