Shaofh

Shaofh

2006年5月25日

ServerVariables集合内容列表

摘要: ServerVariables集合用于得到系统的环境变量用以下程序可以讲ServerVariables集合的所有内容名称都显示出来 具体的系统环境变量如下: Auth_Type 当用户访问一个被保护的脚本时,用于判断是否是一个有效用户 Content_Length 客户端所提交的正文的长度 Content_Type 提交的正文数据类型 Gateway_Interface 服务器所使用的... 阅读全文

posted @ 2006-05-25 16:45 sh37 阅读(238) 评论(0) 推荐(0) 编辑

如何动态创建一个按纽 并给这个按纽绑上一个Onclick事件

摘要: 阅读全文

posted @ 2006-05-25 16:32 sh37 阅读(168) 评论(0) 推荐(0) 编辑

17种常用正则表达式

摘要: "^\d+$" //非负整数(正整数 + 0) "^[0-9]*[1-9][0-9]*$" //正整数 "^((-\d+)|(0+))$" //非正整数(负整数 + 0) "^-[0-9]*[1-9][0-9]*$" //负整数 "^-?\d+$" //整数 "^\d+(\.\d+)?$" //非负浮点数(正浮点数 + 0) "^(([0-9]+\.[0-9]*[1-9... 阅读全文

posted @ 2006-05-25 16:29 sh37 阅读(580) 评论(0) 推荐(0) 编辑

增加,删除,移动行; 增加,删除单元格; 行和单元格的索引

摘要: ////////////////////////////////////增加行//////////////////////////////////////////////////// var newRow; newRow=document.all.Dtg1.insertRow(0); newcell=newRow.insertCell(); ... 阅读全文

posted @ 2006-05-25 16:22 sh37 阅读(275) 评论(0) 推荐(0) 编辑

DataTable 增加行

摘要: ''''''''''''''''''''''''''''''''''''''''''''''''''''''''VB.net '' 阅读全文

posted @ 2006-05-25 16:10 sh37 阅读(567) 评论(0) 推荐(0) 编辑

导航