ie421.NET

面对技术,你别无选择,.NET世界是如此精彩,而我们要做的就是:Thinking More

博客园 首页 新随笔 联系 订阅 管理

2008年7月28日 #

摘要: 1.document.write("");输出语句 2.JS中的注释为// 3.传统的HTML文档顺序是:document->html->(head,body) 4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document... 阅读全文
posted @ 2008-07-28 21:28 ie421 阅读(235) 评论(0) 推荐(0) 编辑

摘要: 一.常用表单基本取值方法(form1为表单名称,TextBox1为控件ID,以文本框为例,html控件与web服务器控件是一样的) 1.form1.TextBox1.value 2.vartxt=document.all.TextBox1; txt.value 3.vartxt=docume... 阅读全文
posted @ 2008-07-28 21:20 ie421 阅读(172) 评论(0) 推荐(0) 编辑

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// 数据库中与C#中的数据类型对照 /// /// /// ... 阅读全文
posted @ 2008-07-28 09:47 ie421 阅读(303) 评论(0) 推荐(0) 编辑