Tag Archives: QQ

JS判断客户端是否安装了MSN,Skype,QQ软件

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <script type="text/javascript"> /*  * author:Jena.want  * web:www.AOBODO.com  * last edit:2008.11.11  * 谨以此送给正在享受光棍节的哥们们!祝今年节日快乐!祝明年不再过此节!  */   //<![data[ checkInstalled = function(m) {     switch(m){ … Continue reading

Posted in javascript | Tagged , , , | 2 Comments