コード:
<input type="text" id="url_value"/>
<input type="button" id="get_title" value="Get title"/><br/>
<span class="url_title"></span>
フィドル: http://jsfiddle.net/AdNgZ/
テキスト入力に任意の URL を配置し、ページ タイトルを取得して、そのページに移動せずにスパンに表示する方法はありますか?
例: このページの URL: Get external page title from urlを入力すると、ページ タイトルが取得されます: php - Get external page title from url