1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
5 <title>This is a title
</title>
6 <script type=
"text/javascript">
9 var e1
= document
.getElementById("myTd");
11 var e2
= document
.getElementById("table");
14 var e1
= document
.getElementById("myTd");
16 var e2
= document
.getElementById("table");
17 e2
.style
.display
= 'none';
18 e2
.style
.display
= '';
24 <table id=
"table" cellspacing=
0 border=
3>
27 <td id=
"myTd"> InspectionText
</td>
31 <input type=
"button" value=
"change width" onclick=
"test1()">
32 <input type=
"button" value=
"change width with table reflow"