1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
6 <title> reflow style changed - target: outertable frame
</title>
7 <script type=
"text/javascript">
9 function buildTable_dom_html() {
11 var d1
= document
.getElementsByTagName("table")[0];
12 d1
.setAttribute("style", "font-size:30pt;");
16 <body onload=
"buildTable_dom_html()" >