快速业务通道

网页教学网整理的JS技巧代码

作者 佚名技术 来源 网页制作 浏览 发布时间 2012-03-07

相关文章:网页教学网整理的Javascript的技巧代码

//过滤数字

<input type=text onkeypress="return event.keyCode>=48&&event.keyCode<=57||(this.value.indexOf(''.'')<0?event.keyCode==46:false)" onpaste="return !clipboardData.getData(''text'').match(/\D/)" ondragenter="return false">

//特殊用途

<input type=button value=导入收藏夹 onclick="window.external.ImportExportFavorites(true,''http://localhost'');">
<input type=button value=导出收藏夹 onclick="window.external.ImportExportFavorites(false,''http://localhost'');">
<input type=button value=整理收藏夹 onclick="window.external.ShowBrowserUI(''OrganizeFavorites'', null)">
<input type=button value=语言设置   onclick="window.external.ShowBrowserUI(''LanguageDialog'', null)">
<input type=button value=加入收藏夹 onclick="window.external.AddFavorite(''http://www.google.com/'', ''google'')">
<input type=button value=加入到频道 onclick="window.external.addChannel(''http://www.google.com/'')">
<input type=button value=加入到频道 onclick="window.external.showBrowserUI(''PrivacySettings'',null)">

//不缓存

<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
<META HTTP-EQUIV="expires" CONTENT="0">

//正则匹配

匹配中文字符的正则表达式: [\u4e00-\u9fa5]
匹配双字节字符(包括汉字在内):[^\x00-\xff]
匹配空行的正则表达式:\n[\s| ]*\r
匹配HTML标记的正则表达式:/<(.*)>.*<\/\1>|<(.*) \/>/ 
匹配首尾空格的正则表达式:(^\s*)|(\s*$)(像vbscript那样的trim函数)
匹配Email地址的正则表达式:\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
匹配网址URL的正则表达式:http://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?

以下是例子:

利用正则表达式限制网页表单里的文本框输入内容:

用正则表达式限制只能输入中文:onkeyup="value=val

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号