随笔分类 -  JavaScript

js获取当前浏览器版本
摘要:<script type="text/javascript"> var Sys = {}; var ua = navigator.userAgent.toLowerCase(); if (window.ActiveXObject) Sys.ie = ua.match(/msie ([\d.]+)/)[1] else if (document.getBoxObjectFor) Sys.f... 阅读全文
posted @ 2010-01-27 17:15 Ss_Andy 阅读(1445) 评论(0) 推荐(0)
JS,注册时,需要过多少秒后才能点确定的JS控制按钮可用与不可用
摘要:出处:http://hi.baidu.com/yuanxiangyi/blog/item/961b3bd16411cb389a502758.html<html><head><title></title><meta http-equiv="content-type" content="text/html;charset=utf-8" />&... 阅读全文
posted @ 2009-08-10 17:35 Ss_Andy 阅读(1239) 评论(0) 推荐(0)