摘要:
innerTEXT与innerHTML的区别: 定义和用法 innerHTML 属性设置或返回表格行的开始和结束标签之间的 HTML。 语法 tablerowObject.innerHTML=HTML 例子: Firstname Lastname Peter Griffin 阅读全文
posted @ 2008-08-30 11:16
小不点儿大的由我做主!
阅读(194)
评论(0)
推荐(0)
摘要:
Aug., 29, 2008 Hot This afternoon went to the library to borrow some books. I was so unlucky that I got a preservative book at the first time and other book can’t remove magnetization. It make... 阅读全文
posted @ 2008-08-30 11:10
小不点儿大的由我做主!
阅读(130)
评论(0)
推荐(0)
摘要:
Aug., 28th, 2008 Hot This morning, my computer’s system halted when I opened. I have to reinstall windows with the CD ghost. But when I restarted it after class this afternoon, it halted again. I was ... 阅读全文
posted @ 2008-08-30 11:09
小不点儿大的由我做主!
阅读(109)
评论(0)
推荐(0)
摘要:
This tonight, I watched the telescript named the principle of the god. Why shall I watch it? Because my uncle told me that the telescript is very good in which tell us many philosophy. The heroine is ... 阅读全文
posted @ 2008-08-30 11:08
小不点儿大的由我做主!
阅读(258)
评论(0)
推荐(0)
摘要:
用JSP大约有下列三种跳转方式: 1. response.sendRedirect(); 2. response.setHeader("Location",""); 3. 下面介绍一个 此标签可以进行页面的跳转,但此句前不许有out.fllush();否则会出错。此语句要等后面的语句执行完之后才会跳转,路径仍是当前的路径。如果要传递参数就要用到}"/> 下面举个例子吧! test1.jsp ... 阅读全文
posted @ 2008-08-30 10:37
小不点儿大的由我做主!
阅读(192)
评论(0)
推荐(0)