08 2009 档案

摘要: using System;using System.Text;using System.Text.RegularExpressions;namespace bjmti{/// <summary>/// include 的摘要说明。/// </summary>public class include{ public include() { // // TODO: 在此处添加构...阅读全文
posted @ 2009-08-08 17:58 大牛博客 阅读(719) | 评论 (0) 编辑
摘要: 1.弹出对话框.点击转向指定页面Code: Response.Write("<script>window.alert('该会员没有提交申请,请重新提交!')</script>");Response.Write("<script>window.location ='http://www.msproject.cn/index.asp'</script>"...阅读全文
posted @ 2009-08-07 16:51 大牛博客 阅读(266) | 评论 (1) 编辑
摘要: JS 中面向对象的5钟写法Java代码 //第1种写法 function Circle(r) { this.r = r; } Circle.PI = 3.14159; Circle.prototype.area = function() { return Circle.PI * this.r * this.r; } var c = new Circle(1.0); alert(c.area(...阅读全文
posted @ 2009-08-07 16:34 大牛博客 阅读(179) | 评论 (0) 编辑
摘要: 前台添加一模版列,里面添加一个Button<asp:TemplateFieldHeaderText="测试"><ItemTemplate><asp:ButtonID="Button1"CommandName="btn"runat="server"Style="position:relative"Text="Button"/></ItemTemplate&g...阅读全文
posted @ 2009-08-01 16:41 大牛博客 阅读(216) | 评论 (0) 编辑