日志文章列表

2007年07月03日 13:48:44

IE & Firefox 兼容性问题 JS和对象问题

1. 对象问题
1.1 Form对象
现有问题:
现有代码这获得form对象通过document.forms("formName"),这样使用在IE 能接受,MF 不能。
解决方法:
改用 作为下标运算。改为document.forms["formName&q..

阅读全文>>

Tags: Firefox   IE   Javascript  

类别: HTML/CSS/XML |  评论(0) |  浏览(7587) |  收藏
2007年06月07日 14:13:32

客户端表格排序

sorttable: Make all your tables sortable

While the web design community gradually moves away from using tables to lay out the structure of a page, tables really do have a vital use, their original..

阅读全文>>

Tags: javascript   sorttable  

类别: HTML/CSS/XML |  评论(0) |  浏览(2081) |  收藏
2007年06月07日 13:49:30

可编辑的表格

可以编辑的表格(点编辑,然后把鼠标放在表格的边框上,可以调整表格的大小)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"&g..

阅读全文>>

Tags: div   contentEditable  

类别: HTML/CSS/XML |  评论(26) |  浏览(2143) |  收藏