Code:
<input type="text" id="url_value"/>
<input type="button" id="get_title" value="Get title"/><br/>
<span class="url_title"></span>
Fiddle: http://jsfiddle.net/AdNgZ/
Is there a way to put any url on the text input, get the page title and show it on the span without going to that page?
Example: If I put the url of this page: Get external page title from url, I get the page title: php - Get external page title from url