主页收藏图片热点链接等实例

//主页收藏图片热点链接等实例

<script language="javascript">

   function AddFavorite()
   {
    //window.external.addFavorite("http://www.do-it.com.cn/","配电网管理系统");
    //return false;
    var strURL;
    
    strURL = location.href;
    strURL = strURL.replace("MainBanner","Default");
    
    window.external.AddFavorite(strURL,"管理系统");
   }
   function SetHomePage()
   {
    var strURL;    
    strURL = location.href;
    strURL = strURL.replace("MainBanner","Default");
    
    document.body.style.behavior='url(#default#homepage)';
    document.body.setHomePage(strURL);
    return ;
   }
   
   //打开支持中心
   function GoSupport()
   {
    var strAppCode;
    var strEmployeeName;
    var strUrl;

    strEmployeeName = "<%=Session["EmployeeName"]%>";
    strEmployeeName = escape(strEmployeeName);
    strAppCode = "FM";        //修改项 本系统编码
 
    strUrl += "/Login.aspx?EmployeeName=" + strEmployeeName;
    strUrl += "&AppCode=" + strAppCode ;
    
    window.open(strUrl);
   }

  </script>

<body>
//PNG图片
<table><tr>
<td align="right" class="tab1" style="PADDING-TOP:20px">
     <div id="divBackGround" style="FILTER:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_01.png', sizingMethod='scale');WIDTH:120px;HEIGHT:23px;">
      <div style="position:relative" ><IMG  src=Images/TransparentPixel.gif  width=120 height=23 border=0 usemap=#Map></div>
     </div>
    </td></tr>
</table>
<map name="Map">
   <area title="设为首页" shape="CIRCLE" coords="11,11,9" href="javascript:SetHomePage()">
   <area title="加入收藏" shape="CIRCLE" coords="42,12,9" href="javascript:AddFavorite();">
   <area title="支持中心" shape="CIRCLE" coords="76,11,9" href="javascript:GoSupport();">
   <area title="重新登录" shape="RECT" target="_parent" coords="101,3,115,19" href="./Loginout.aspx">
  </map>
</body>
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值