<html>
<head>
<title>中国站长天空-网页特效-按钮特效-收藏夹操作按钮</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
<input type="button" value="导入收藏夹" onClick="window.external.ImportExportFavorites(true,'');">
<input type="button" value="导出收藏夹" onClick="window.external.ImportExportFavorites(false,'');">
<input type="button" value="加入收藏夹" onclick="window.external.AddFavorite(location.href, document.title)">
<input type="button" value="整理收藏夹" onclick="window.external.ShowBrowserUI('OrganizeFavorites', null)">
</body>
</html>
<head>
<title>中国站长天空-网页特效-按钮特效-收藏夹操作按钮</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
<input type="button" value="导入收藏夹" onClick="window.external.ImportExportFavorites(true,'');">
<input type="button" value="导出收藏夹" onClick="window.external.ImportExportFavorites(false,'');">
<input type="button" value="加入收藏夹" onclick="window.external.AddFavorite(location.href, document.title)">
<input type="button" value="整理收藏夹" onclick="window.external.ShowBrowserUI('OrganizeFavorites', null)">
</body>
</html>
文章来源:http://www.zzsky.cn/effect/content/564.htm