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

推荐订阅源

Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
The Register - Security
The Register - Security
C
Cybersecurity and Infrastructure Security Agency CISA
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
P
Proofpoint News Feed
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
The Last Watchdog
The Last Watchdog
F
Fortinet All Blogs
S
Schneier on Security
Help Net Security
Help Net Security
Security Archives - TechRepublic
Security Archives - TechRepublic
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
I
InfoQ
T
The Blog of Author Tim Ferriss
Cisco Talos Blog
Cisco Talos Blog
Stack Overflow Blog
Stack Overflow Blog
T
Troy Hunt's Blog
人人都是产品经理
人人都是产品经理
T
Threatpost
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
Cyber Attacks, Cyber Crime and Cyber Security
雷峰网
雷峰网
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
Forbes - Security
Forbes - Security
Vercel News
Vercel News
S
Security Affairs
美团技术团队
P
Privacy & Cybersecurity Law Blog
N
News and Events Feed by Topic
Cyberwarzone
Cyberwarzone
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Jina AI
Jina AI
Spread Privacy
Spread Privacy
Attack and Defense Labs
Attack and Defense Labs
IT之家
IT之家
U
Unit 42
Recorded Future
Recorded Future
W
WeLiveSecurity
PCI Perspectives
PCI Perspectives
P
Palo Alto Networks Blog
H
Hacker News: Front Page
S
Security @ Cisco Blogs
博客园 - 【当耐特】

博客园 - 心有灵犀

android java se development kit not found 送给博客园所有热爱欧洲杯的朋友 Access通用操作数据类 - 心有灵犀 - 博客园 博客园中IBATIS学习资料 转个:[翻译]了解ASP.NET底层架构系列文章(包括Word下载) (转)强烈推荐:240多个jQuery插件 LINQ 学习资料 oracle 读取表结构和注释,生成数据库结构文档 oracle9i中导出含有lob字段的表的方法 oracle误删除的恢复方法 (转)ORACLE UPDATE 语句语法与性能分析的一点看法 简单修改了下梅老大的日期控件,加了个清空功能 简单封装了下基本的AJAX实现 一个正在用的javascript日期控件 .net导出excel无表格线解决办法(转载) 2007年5月到年底学习重点 一个验证日期格式的超强正则表达式 treeview选择操作(checkbox) .NET委托:一个C#睡前故事
巧用MSN协议命令
心有灵犀 · 2007-04-24 · via 博客园 - 心有灵犀

前台:
用javascript处理双击事件

<script type="text/javascript">
    function msnchat()
    
{
        var e 
= window.event.srcElement;
        window.location.href
="msnim:chat?contact="+e.value;
    }

    
    
</script>
 
<!--msn联系列表开始-->
<select id="msnbox" style="height: 200px; width: 100%"
      ondblclick
="msnchat();" size="4" name="listboxmsn">
      
<option value="kbt@163.com">yc</option>
     
<option value="sang@hotmail.com">21</option>
     
<option value="888@hotmail.com">321</option>
     
<option value="5@163.com">41</option>
     
<option value="6@163.com">15</option>
     
<option value="7@163.com">61</option>
     
<option value="8@163.com">71</option>
 
</select>
 
<!--msn联系列表结束-->


 posted on 2007-04-24 09:20  心有灵犀  阅读(288)  评论(0)    收藏  举报

刷新页面返回顶部