トップページ(http://foo-example.com/index.html)foo-example.com
のHTMLソースコード全体を取得したいようなWebサイトがあるとします。index
index.html のコードは次のとおりです。
HTML ソースコード ( http://foo-example.com/index.html )
<html>
<title>Hello, world</title>
<head>
</head>
<body>
<embed type="application" id="records" link="xxxxxxxxxxxxxxxx">
</body>
</html>
HTML ソース コード全体を取得し、リンクでラップされた文字列を解析するにはどうすればよいですか? 最後に、このようなアラートをポップアップ表示したいと思いalert(strings);
ます。