2009年11月25日

ListBox 选中、移动、全选、移除 javascript

摘要: //前台页面源文件<tr><td align="center" width="43%" height="20"><strong>备 选 项</strong></td><td width="94" style="WIDTH: 94px">&nbsp;</td><td align="center" wid... 阅读全文

posted @ 2009-11-25 14:32 不悔的青春 阅读(1990) 评论(0) 推荐(1) 编辑

javascript:为string类添加三个成员,实现去左,右,及所有空格

摘要: <script language="JavaScript"> //此处为string类添加三个成员 String.prototype.Trim = function(){ return Trim(this);} String.prototype.LTrim = function(){return LTrim(this);} String.prototype.RTrim = functi... 阅读全文

posted @ 2009-11-25 14:18 不悔的青春 阅读(304) 评论(0) 推荐(1) 编辑

导航