I\'m trying to extract the page title of an external site by using a url.
You know how \"document.title\" returns the title of the page the JS is running on? I was w
That is not possible through Javascript. You must use a server script to achieve this.