收藏夹操作按钮

发布时间:2007年01月24日      浏览次数:1493 次
<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
免责声明:本站相关技术文章信息部分来自网络,目的主要是传播更多信息,如果您认为本站的某些信息侵犯了您的版权,请与我们联系,我们会即时妥善的处理,谢谢合作!