-

- 加为好友
- 发送私信
- 在线聊天
-
zhengweitao
- 等级:

- 可用分等级:
- 总技术专家分:
- 总技术专家分排名:
- 揭帖率:
|
| 发表于:2008-08-22 08:57:42 楼主 |
<asp:TreeView ID="TreeView1" runat="server" ImageSet="Arrows"> <ParentNodeStyle Font-Bold="False" /> <HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" /> <SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px" VerticalPadding="0px" /> <Nodes> <asp:TreeNode Text="计划组" Value="New Node"> <asp:TreeNode Text="年工作重点" Value="New Node" NavigateUrl ="javascript:void(window.open('xiangmu/niangongzuo.aspx','','width=600,height=510,scrollbars=yes,toolbar=no, menubar=no, resizable=yes,status=no,top='+(screen.height-510)/2+',left='+(screen.width-600)/2+',fullscreen=0'));" Target="_parent"> </asp:TreeNode> </asp:TreeNode> 但点击这个页面的时候 他自动是折叠的 不是展开的 |
|
|
|
50
修改
删除
举报
引用
回复
| |