随笔分类 -  Js

摘要:js关键代码 测试Html 阅读全文
posted @ 2017-10-10 16:27 hyyweb 阅读(8926) 评论(0) 推荐(0)
摘要:<script type="text/javascript"> if (browserRedirect()) { location.href = 'http:/phone.aspx'; } /*工具类方法 */ //检测是否移动设备来访 function browserRedirect() { va 阅读全文
posted @ 2016-07-21 10:58 hyyweb 阅读(279) 评论(0) 推荐(0)
摘要:<script type="text/javascript"> function checkform() { var re; var ss = document.getElementById('txtMobile').value; re = /^(1[358][0-9]{9})$/; if (re. 阅读全文
posted @ 2016-02-22 09:10 hyyweb 阅读(8876) 评论(0) 推荐(0)