1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <script type=
"text/javascript" language=
"javascript">
7 function remove_col2() {
8 var colp
= document
.getElementById("colp");
9 var c4
= document
.getElementById("c4");
12 colp
.style
.display
="none";
13 c4
.style
.display
="none";
18 function remove_col() {
19 var tr1
= document
.getElementById("tr1");
20 var tr2
= document
.getElementById("tr2");
21 var tr3
= document
.getElementById("tr3");
22 var colp
= document
.getElementById("colp");
23 var c1
= document
.getElementById("c1");
24 var c2
= document
.getElementById("c2");
25 var c3
= document
.getElementById("c3");
26 var c4
= document
.getElementById("c4");
28 c1
.style
.display
="none";
30 c3
.style
.display
="none";
31 c2
.style
.display
="none";
37 <body onload=
"remove_col()">
38 <table border=
"1" id=
"t_0">
41 <th rowspan=
"2">aaaa
</th>
42 <th rowspan=
"2">bbbb
</th>
43 <th colspan=
"2" id =
"colp">cccc
</th>
44 <th rowspan=
"2">dddd
</th>