http://lucky.myrice.com/javascriptexam/foldertree/foldertree1/index.html
怎么才能输出到一个IFRAME上,例如:
1<html>
2<body>
3<table border="0" cellpadding="0" cellspacing="0" height="8" width="100%">
4<tr class="tr">
5<td width="89%"> </td>
6<td width="11%"> </td>
7</tr>
8</table>
9<table border="0" cellpadding="0" cellspacing="0" height="96%" width="100%">
10<tr>
11<td><iframe frameborder="0" height="100%" name="treeframe" scrolling="auto" width="100 %"></iframe></td>
12</tr>
13</table>
14</body>
15</html>
再次感谢!:)
---------------------------------------------------------------
document.frames("treeframe").document.write('树的东西')