惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
U
Unit 42
aimingoo的专栏
aimingoo的专栏
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recent Announcements
Recent Announcements
罗磊的独立博客
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
博客园_首页
M
MIT News - Artificial intelligence
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
D
DataBreaches.Net
IT之家
IT之家
C
Check Point Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
D
Docker
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News

博客园 - 风语战士

asp.net 命名规范 CSS 色彩值... 请问 CType和DirectCast函数有何区别 soundex RadMenu菜单的父节指定image - 风语战士 - 博客园 从数据库中存取二进制数据并显示 - 风语战士 - 博客园 vs2005 web.config大全 javascript中showModalDialog和showModelessDialog的使用 CSS样式表 截取字付串 表达是做为参数验证用 DataList翻页 .net安全防止写不规范字付 引用一个falsh使它显示出来 删除成功后.添加前.可判断 弹出另一页面 (转)VS2005(c#)项目调试问题解决方案集锦 常用正则表达式 在ASP.NET中使用Session常见问题集锦
设为主页 - 风语战士 - 博客园
风语战士 · 2008-01-08 · via 博客园 - 风语战士

设为主页

把某网页设为首页
<a href="#" class="word_white" onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('htttp://www.mingrisoft.com')">
                                <span style="font-size: 9pt; color: #ffffff;text-decoration:none"><strong>设为主页</strong></span></a>

收藏本站
   <a href="JavaScript:window.external.AddFavorite('Http://www.mingrisoft.com','明日科技')"  class="word_white"><span style="font-size: 9pt; color: #ffffff;text-decoration:none"><strong>收藏本站</strong></span></a>

离开时启动收藏夹

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
    <script language="javascript">
    function Add()
    {
        window.external.AddFavorite('http:\\www.mingrisoft.com','明日科技')
    }
    </script>
</head>
<body onunload="Add()">
    <form id="form1" runat="server">
    <div>
   
    </div>
    </form>
</body>
</html>

posted on 2008-01-08 13:34  风语战士  阅读(262)  评论()    收藏  举报