摘要: 实现tree的代码如下:function showTree(treeid) { if(treeid == 0 ) return false; top.frameColumn.location.href = ""+ treeid +".html"; } function init() { t = new Bs_Tree(); t.imageDir = './images/icon/Help/'; t... 阅读全文
posted @ 2006-04-27 16:07 WUYQ 阅读(995) 评论(0) 推荐(0)