zoukankan      html  css  js  c++  java
  • 设为首页和加入收藏通用JS

    设为首页:
    Code

    (或者这样也可以:<a href="javascript:;" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage(location.href);return(false);">设为首页</a>)
    加入收藏:

    function addfavo()
       {
          window.external.AddFavorite(location.href, document.title);
       }
  • 相关阅读:
    扩展DigitalClock显示日期+时间
    利用Handler定时更新Android UI
    CheckBox在表格中全选、部分选和反选
    jQuery实现表格间隔色
    Android中对话框(dialog)的使用
    The connection to adb is down, and a severe error has occured.
    struts2类型转化
    Android开发之旅:环境搭建及HelloWorld
    C/C++浮点数在内存中的存储方式
    用标签写登录界面
  • 原文地址:https://www.cnblogs.com/guanjie20/p/1597449.html
Copyright © 2011-2022 走看看