阿宽

Nothing is more powerful than habit!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

asp.net 浏览器标题栏加入图标 方法

Posted on 2009-02-19 16:14  宽田  阅读(2090)  评论(0编辑  收藏  举报

<head>
    
<title>Index</title>
    
<!--浏览器标题栏加入图标-->
    
<link rel="Shortcut Icon" href="images/index.ico" type="image/x-icon" />
</head>


 标题栏:
<link rel="icon" href="ico地址" type="image/x-icon">
收藏夹:
<link rel="shortcut icon" href="ico地址" type="image/x-icon">