当前位置: 代码迷 >> JavaScript >> 收藏网页+设牵头页+发送邮件的js脚本
  详细解决方案

收藏网页+设牵头页+发送邮件的js脚本

热度:213   发布时间:2012-11-25 11:44:31.0
收藏网页+设为首页+发送邮件的js脚本
  收藏网页的js脚本:<a href="javascript:window.external.AddFavorite('http://baidu.com','百度')">收藏本站</a>

       设为主页的js脚本:<a href="#" onclick="this.style.behavior='url(#default#homepage)';this.sethomepage ('http://google.cn')">设为主页</a>

      发送邮件的js脚本:<a href="mailto:dream1989.happy@163.com">发送邮件</a>
  相关解决方案