如何用asp代码编写一个组织结构图出来?

来源:百度知道 编辑:UC知道 时间:2024/05/14 03:34:29
类似于word中的组织结构图:顶上是 总经理,下面四个分支分别是副总经理,其中一个副总下面两个分支部长。
在网页中间显示

实现该功能追加50分。
先实现静态的吧,暂时不用更换人名。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
body {
margin: 0px;
text-align: center;
}
.main {
font-family: "宋体";
font-size: 10pt;
color: #000000;
background-color: #EEEEEE;
text-align: center;
float: none;
height: 500px;
width: 500px;
padding-top: 50px;
}
.zjl {
clear: both;
float: none;
height: 40p