摘要: /Files/TNTZWC/zxLog.rar 阅读全文
posted @ 2010-07-13 14:02 TNTZWC 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 转】document 文挡对象 - JavaScript脚本语言描述 --------------------------------------------------------------------- 注:页面上元素name属性和JavaScript引用的名称必须一致包括大小写 否则会提示你一个错误信息 "引用的元素为空或者不是对象" --------------------------... 阅读全文
posted @ 2010-05-17 17:00 TNTZWC 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 1: window.parent 是iframe页面调用父页面对象举例:a.html程序代码<html> <head><title>父页面</title></head> <body> <form name="form1" id="form1"> <input type="text" name="usernam... 阅读全文
posted @ 2010-05-17 16:43 TNTZWC 阅读(151) 评论(0) 推荐(0) 编辑
摘要: event.srcElement从字面上可以看出来有以下关键字:事件,源 他的意思就是:当前事件的源,我们可以调用他的各种属性 就像:document.getElementById("")这样的功能,经常有人问 firefox 下的 event.srcElement 怎么用,在此详细说明:IE下,event对象有srcElement属性,但是没有target属性;Firefox下,event对象有... 阅读全文
posted @ 2010-03-09 16:42 TNTZWC 阅读(204) 评论(0) 推荐(0) 编辑
摘要: window.print打印指定div window.print可以打印网页,但有时候我们只希望打印特定控件或内容,怎么办呢?首先我们可以把要打印的内容放在div中,然后用下面的代码进行打印。<html><head><script language="javascript">function printdiv(printpage){var headstr = "... 阅读全文
posted @ 2010-03-09 16:41 TNTZWC 阅读(259) 评论(0) 推荐(0) 编辑
摘要: helper 阅读全文
posted @ 2009-11-16 14:22 TNTZWC 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 如何给DataGrid添加两个的题头分类显示 http://dev.csdn.net/develop/article/27/27465.shtm DataGrid和DropDownList的一些配合以及使用css定制DataGrid http://www.cnblogs.com/lovecherry/archive/2005/03/25/125525.html 引用自:http://www.c... 阅读全文
posted @ 2009-10-11 16:18 TNTZWC 阅读(514) 评论(0) 推荐(0) 编辑
摘要: GridView的各种用法(1)快速预览:GridView无代码分页排序GridView选中,编辑,取消,删除GridView正反双向排序GridView和下拉菜单DropDownList结合GridView和CheckBox结合鼠标移到GridView某一行时改变该行的背景色方法一鼠标移到GridView某一行时改变该行的背景色方法二GridView实现删除时弹出确认对话框GridView实现自... 阅读全文
posted @ 2009-09-23 08:58 TNTZWC 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 获取配置文件所在路径System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase)读Public Function getServers() As String Dim xmldoc As XmlDocument = New XmlDocument Dim p... 阅读全文
posted @ 2009-07-14 15:51 TNTZWC 阅读(961) 评论(0) 推荐(0) 编辑
摘要: 目前Windows Mobile的主流开发平台/语言分为两种:.NET(包括C#和VB.NET)和C++。微软已经将这两种开发语言的支持加入到Visual Studio中。Visual Studio 2005和2008均内置了Windows Mobile的SDK,可以直接开发Windows Mobile应用程序。Visual Studio也支持安装最新版本的Windows Mobile SDK。如... 阅读全文
posted @ 2009-07-03 14:58 TNTZWC 阅读(336) 评论(0) 推荐(0) 编辑