◎「お気に入り」に登録させるJavaScript
▼スクリプト部分ソース
<script type="text/javascript"><!--
function Favorite(url, msg) {
if (window.external) {
window.external.AddFavorite(url, msg);
} else {
alert("Internet Explorer 4.0 以降でのみ使用可能です。");
}
}
// -->
</script>
▼ボタン部分ソース
<button onclick="Favorite('http://blog298.blog25.fc2.com/', '無料ブログ テンプレート')">お気に入りに登録</button>
▼表示例 (サンプルなので機能しません)
| 無料ブログ テンプレート カスタマイズ |
Copyright © 2006 無料ブログ テンプレート カスタマイズ All rights reserved.
ドメイン SEO対策カウンター
Template by 無料ホームページ作成講座ブログ
Copyright © 2006 無料ブログ テンプレート カスタマイズ All rights reserved.
ドメイン SEO対策カウンター
Template by 無料ホームページ作成講座ブログ






