实现"另入收藏"功能的代码如下:
<a href="javascript:window.external.AddFavorite('http://www.chinesedragon.com.cn','中国龙')">加入收藏</a>
你只需将链接与站名改为你自己的站名即可。
如果你要实现鼠标划过时即提示是否加入收藏,只需将代码改为:
<a onmouseover="window.external.addFavorite('http://www.chinesedragon.com.cn','随中国龙')" target=_self href=http://www.chinesedragon.com.cn>加入收藏</a>