2008-04-16
将页面地址添加收收藏夹
function addFavou(){
var curURL=document.location.href;
if (window.sidebar) {
window.sidebar.addPanel(document.title, curURL,"");
} else if( document.all ) {
window.external.AddFavorite(curURL, document.title);
} else if( window.opera && window.print ) {
return true;
}
}
var curURL=document.location.href;
if (window.sidebar) {
window.sidebar.addPanel(document.title, curURL,"");
} else if( document.all ) {
window.external.AddFavorite(curURL, document.title);
} else if( window.opera && window.print ) {
return true;
}
}
- 11:53
- 浏览 (76)
- 评论 (0)
- 分类: javascript
- 相关推荐
发表评论
- 浏览: 17527 次
- 性别:

- 来自: 广州

- 详细资料
搜索本博客
我的相册
2008-6-26
共 122 张
共 122 张
最近加入圈子
最新评论
-
创建XMLHttpRequest对象及 ...
返回XML文档 PrintWriter out = null; try ...
-- by weiweichen1985 -
存储过程的创建和调用。。 ...
嵌套循环 CREATE DEFINER=`root`@`localhost` ...
-- by weiweichen1985 -
js实现的年月日三级联动
日历来的更简洁,让用户操作三遍,不符合用户体验。
-- by igogo007 -
js实现的年月日三级联动
谢谢了,代码我收藏了啊
-- by hanhan7673 -
word提示用安全模式打开
...
-- by sunfengcheng






评论排行榜