欢迎光临
我们一直在努力

帝国CMS新手教程加入收藏,设为首页js代码

加入收藏,设为首页代码,兼容IE,火狐,谷歌等所有浏览器

复制以下代码到需要显示的地方:

12 <a onclick="SetHome(window.location)" href="javascript:void(0)">设为首页</a><a onclick="AddFavorite(window.location,document.title)" href="javascript:void(0)">加入收藏</a>

复制以下JS代码到页面任意地方:

1234567891011121314151617181920212223 <script type="text/javascript" language="javascript">function AddFavorite(sURL, sTitle) {sURL = encodeURI(sURL);try{window.external.addFavorite(sURL, sTitle);}catch(e) {try{window.sidebar.addPanel(sTitle, sURL, "");}catch (e) {alert("加入收藏失败,请使用Ctrl+D进行添加,或手动在浏览器里进行设置.");}}}//设为首页function SetHome(url){if (document.all) {document.body.style.behavior='url(#default#homepage)';document.body.setHomePage(url);}else{alert("您好,您的浏览器不支持自动设置页面为首页功能,请您手动在浏览器里设置该页面为首页!");}}</script>

标签 帝国CMS新手教程灌水机新手教程

赞(0)
未经允许不得转载:桔子博客 » 帝国CMS新手教程加入收藏,设为首页js代码
分享到: 更多 (0)

相关推荐

  • 暂无文章

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址