05 2013 档案

摘要:head标签加入下列代码<meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Cache-Control" content="no-cache"/><meta http-equiv="Expires" content="0"/> 阅读全文
posted @ 2013-05-09 09:11 笑而不语pp 阅读(398) 评论(0) 推荐(0) 编辑
摘要:js代码:function AddFavorite(sURL, sTitle) { try { window.external.addFavorite(sURL, sTitle); } catch (e) { try { window.sidebar.addPanel(sTitle, sURL, ""); } catch (e) { alert("加入收藏失败,请使用Ctrl+D进行添加"); } }}aspx代码:<a onclick="AddFavorite(window.location,document.title)" 阅读全文
posted @ 2013-05-08 18:22 笑而不语pp 阅读(149) 评论(0) 推荐(0) 编辑