您的位置:首页 > Web前端 > JavaScript

javascript常用脚本集锦

2007-02-05 17:14 543 查看
1. 加入收藏:

<a href="javascript:window.external.AddFavorite(location.href, document.title);" >加入收藏</a>
2. 设为首页:

<a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.xybar.cn/');" href="#">设为首页</a>

<input TYPE="button" VALUE=" 设为首页 " onclick="this.style.behavior=’url(#default#homepage)’;this.setHomePage(’http://www.xybar.cn/');" href="#">
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: