上一页 1 2 3 4 5 6 7 ··· 16 下一页
摘要: JS对象属性document.title //设置文档标题等价于HTML的<title>标签document.bgColor //设置页面背景色document.fgColor //设置前景色(文本颜色)document.linkColor //未点击过的链接颜色document.alinkColor //激活链接(焦点在此链接上)的颜色document.vlinkColor //已点... 阅读全文
posted @ 2010-06-03 12:07 Microbar 阅读(275) 评论(0) 推荐(0) 编辑
摘要: <html><title>hsdj</title><head></head><BODY text=#000000 bgColor=#000000><script language="javascript"><!--dCol="0000FF"fCol="FF0000"sCol="00FF00"mCol="000... 阅读全文
posted @ 2010-06-02 17:58 Microbar 阅读(274) 评论(0) 推荐(0) 编辑
摘要: =========效果1============<html> <body> <style id="css"> body{font-family:Verdana;font-size:11px;color:#333;} #win{position:absolute;left:100px;top:100px;width:200px;height:150px;borde... 阅读全文
posted @ 2010-05-27 16:06 Microbar 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 用 document.readyState == "complete" 判断页面是否加载完成。 传回XML 文件资料的目前状况。   基本语法 intState = xmlDocument.readyState;   说 明 这个属性是只读的,传回值有以下的可能: 0-UNINITIALIZED:XML 对象被产生,但没有任何文件被加载。 1-LOADING:加载程序进行中,但文件尚未开始解析。 ... 阅读全文
posted @ 2010-05-15 16:31 Microbar 阅读(258) 评论(0) 推荐(1) 编辑
摘要: 1. 生成for 2000版本的数据库脚本 2005 的manger studio -- 打开"对象资源管理器"(没有的话按F8), 连接到你的实例 -- 右键要转到2000的库 -- 任务 -- 生成脚本 -- 在"脚本向导"的"选择数据库"中, 确定选择的是要转到2000的库 -- 勾选"为所选数据库中的所有对象编写脚本" -- 在接下来的"选择脚本选项"中, 找到"为服务器版本编写脚本"项,... 阅读全文
posted @ 2010-05-13 18:09 Microbar 阅读(168) 评论(0) 推荐(0) 编辑
摘要: http://kb.cnblogs.com/page/46450/2/1.下载jQuery类库jQuery的项目下载放在了Google Code上, 下载地址:http://code.google.com/p/jqueryjs/downloads/list上面的地址是总下载列表, 里面有很多版本和类型的jQuery库, 主要分为如下几类:min: 压缩后的jQuery类库, 在正式环境上使用.如:... 阅读全文
posted @ 2010-04-13 10:21 Microbar 阅读(235) 评论(0) 推荐(0) 编辑
摘要: http://space.itpub.net/14734354/viewspace-374828前几天玩了玩Google的Map API,感觉还不错,很简单。但凡有过任何编程经验的同学,看完以下的教程,都可以在10分钟内掌握它的主要功能。另外我还做了个简单的小例子,有兴趣的话,请参见http://sunjian100.googlepages.com/map.html:] 第一步:去http://w... 阅读全文
posted @ 2010-04-01 09:33 Microbar 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 以下以 IE 代替 Internet Explorer,以 MF 代替 Mozzila Firefoxdocument.form.item 问题 现有问题:现有代码中存在许多 document.formName.item("itemName") 这样的语句,不能在 MF 下运行解决方法:改用 document.formName.elements["elementName"]其它参见 2 集合类对象... 阅读全文
posted @ 2010-02-05 17:43 Microbar 阅读(180) 评论(0) 推荐(0) 编辑
摘要: CSDN专家 :http://blog.csdn.net/jykhttp://blog.csdn.net/greystar翻动100万级的数据 —— 只需几十毫秒:http://blog.csdn.net/jyk/archive/2006/03/04/615146.aspx 阅读全文
posted @ 2009-10-07 15:00 Microbar 阅读(145) 评论(0) 推荐(0) 编辑
摘要: GridView 72般绝技-----------GridView绑定行号------------<%#DataBinder.Eval(Container,"RowIndex") %>1.GridView无代码分页排序 1.1.AllowSorting设为True,aspx代码中是AllowSorting="True"; 1.2..默认1页10条,如果要修改每页条数,修改PageSiz... 阅读全文
posted @ 2009-09-15 14:37 Microbar 阅读(426) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 16 下一页