摘要: 非常简单,只需要在页面中增加: 样式: .odd{ background-color: #9F9;}.even{ background-color: #FFC;} th{background:#B5CBE6; color:#039; line-height:20px; height:30px} tr.over td{ background-color: #3FF;} /*这个将是鼠标高亮行的背景... 阅读全文
posted @ 2009-06-08 13:18 garfieldtom 阅读(564) 评论(1) 推荐(0)
摘要: 首先在文件中引用: <script type="text/javascript" src="../Library/jquery1.3.1/dist/jquery.js"></script> <script type="text/javascript" src="hello.js"></script> 页面中有一个元素的类名为hello: <di... 阅读全文
posted @ 2009-06-08 12:23 garfieldtom 阅读(195) 评论(0) 推荐(0)
摘要: <html><head> <link rel="StyleSheet" href="include/dtree/dtree.css" type="text/css" /> <script type="text/javascript" src="include/dtree/dtree.js"></script></head>&l... 阅读全文
posted @ 2009-06-08 09:14 garfieldtom 阅读(1036) 评论(0) 推荐(1)
摘要: <?php include_once("./class.config.php"); $Result = $db->SelectSQL("select * from dept order by ParentDeptCode"); while($temp = $db->Fetch($Result)) { $Rs[]=$temp; } //如果PHP版本为5.2.0以上,直接用内置JS... 阅读全文
posted @ 2009-06-08 08:44 garfieldtom 阅读(1141) 评论(0) 推荐(0)