博客园  :: 首页  :: 联系 :: 管理

2006年11月3日

摘要: a href = default.aspx? para1=1 &para2=2 阅读全文

posted @ 2006-11-03 13:19 sunrack 阅读(1023) 评论(1) 推荐(0)

摘要: INPUT onclick="window.opener=null;window.close();" type="button" value="关闭窗口" 阅读全文

posted @ 2006-11-03 13:09 sunrack 阅读(913) 评论(1) 推荐(0)

摘要: 主要是添加target =_blank 阅读全文

posted @ 2006-11-03 13:07 sunrack 阅读(289) 评论(0) 推荐(0)

摘要: C#中如何找到桌面上报错的窗口,不管是父窗口还是子窗口,而且获得它的出错信息呢? 阅读全文

posted @ 2006-11-03 12:39 sunrack 阅读(744) 评论(0) 推荐(0)

摘要: 链接 要链接到的位置 其中Position是给该位置定义的名称 阅读全文

posted @ 2006-11-03 12:30 sunrack 阅读(265) 评论(0) 推荐(0)

摘要: ColorConverter cv = new ColorConverter(); string bg = "#FFF3F7"; Color color = (Color)cv.ConvertFromString(bg); this.button2.BackColor = color; 阅读全文

posted @ 2006-11-03 12:26 sunrack 阅读(364) 评论(0) 推荐(0)