在“博客设置”的“首页公告”中添加以下代码,就可以实现了。估计育儿网不久就会添加这项功能,不过感兴趣的可以先试一下。
(一)设为首页 将红字部分改为自己的博客地址
<A onclick="this.style.behavior='url(#default#homepage)';this.setHomePage ('http://blog.ci123.com/clinger');" href="http://blogadmin.ci123.com/posts/edit/4736#" ><b>设为首页</a>
(二)加入收藏 将红字部分改为自己的博客地址
<script LANGUAGE="JavaScript">
function bookmarkit(){window.external.addFavorite('http://blog.ci123.com/clinger','欢迎光临小然然的博客')}
if (document.all)document.write('<a href="http://blogadmin.ci123.com/posts/edit/4736#" onClick="bookmarkit()" rel="shortcut icon" href=scale.ico><b>加入收藏</a>')
</script>
此帖子已经被小然然于2006年04月26日 15:01:45编辑过。
此帖子已经被小然然于2006年04月26日 15:01:45编辑过。
此帖子已经被小然然于2006年04月26日 15:04:04编辑过。


