1.替换一个字段的所有非数字字符为空update mobileNo_batchreg_black set mobile_no=replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replace(replac...
http://www.jb51.net//article/13233.htm
function replacestr(str)dim reset re=new regexpre.ignorecase=truere.global=truere.pattern="\D"str=re.replace(str,"")replacestr=strset re=nothingend function...
http://www.jb51.net//article/13232.htm
无刷新cookies切换样式示例代码实例主要用到的代码[code]<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>styleswitcher脚本之家-www.jb51.net </title><link title=red rel="stylesheet" type="text/css" href="red.css">&...
http://www.jb51.net//article/13210.htm
以前总结过Div的换行和不换行的css写法。但对于表格单元格只知道一个属性nowrap可以使其不换行。近日有此需要,但发现加上nowrap在某些情况下还是会换行!无奈,没有一个强制不换行的方法吗?baidu了一下,令俺非常欣慰,还真的找到了办法,问题解决了。用CSS实现表格单元格数据自动换行或不换行1、自动换行:[html]<style type="text/css"> .AutoNewline { word-break: break-all;/*必须*/ } </style>...
http://www.jb51.net//article/13198.htm
这类型东西网上多的是,但朋友说我的程序程序理念好(嘻…),我也写一个tab切换,厚着脸皮把它叫麦鸡的TAB切换(汗一把先.),转载也请注明麦鸡的博客,下面就开始了做个滑动门,需要一个图片CSS[code].nav{position:relative} .nav dt{float:left; margin:0 2px 0 0; position:relative; z-index:2} .nav dt a{color:#555; text-decoration:none}&nb...
http://www.jb51.net//article/13175.htm
JS实现关键字高亮显示[html]<body> <div> a曾经有一份真挚的爱情拜在我面前,明明我却睡着了…… <br> 生活真TMD的难过,熬吧,总有出头的一天 <br> the future will be bright!</div> <script type="text/javascript"> document.body.innerHTML = docu...
http://www.jb51.net//article/13062.htm
[html]<!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" con...
http://www.jb51.net//article/13061.htm
网址和邮件地址的转换函数<%function URLconvert(str) convertstr=strurlLocation=instr(convertstr,"http://")if (urlLocation=0) and (mailLocation=0) then URLconvert=convertstrexit functionend ifif urlLocation<>0 thenrightstr=strDo while urlLoc...
http://www.jb51.net//article/12902.htm
鼠标拖动,位置互换效果,主要用于div,提高用户体验等方面[html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><body><style type="text/css">div.box{positio...
http://www.jb51.net//article/12854.htm
这是一个网页设计中经常会用到的图片特效,实现多个图片之间的轮换,并分别带有连接,以前的代码只能适用于IE,在FF下始终没有得到很好的解决,今天意外的在百度联盟首页上看到这样的效果,支持FF,收藏起来备用。 [html] <script>var links = new Array();links[1] = "http://tongji.baidu.com";links[2] = "http://hi.baidu.com/bdadd/blog/item/6f9f80b12e50cf570...
http://www.jb51.net//article/12789.htm
[html]<style>.test{border:1px solid #000;color:#333;font:12px;}.test ol li{padding-left:5px;background-color:expression(this.sourceIndex%2? '#efefef':'#fefefe');}</style><div class="test"><ol><li>观自在菩萨</li><li>行深般若波罗密多时</li&g...
http://www.jb51.net//article/12762.htm
