header
DYNAMIC TABLE
This table is dynamically resized by JavaScript while outputting results
...Above in blue its properties [ JavaScript on the fly ]
By running the properties' script related to the <br>-table we get : scrollHeight=19 for <br id=ctm>
...so we set that height for subframes' anchors : <a style="font-size:19pt;line-height:0pt"name=#dt><br></a> and we will get all tables' subframes starting right after 19pt from top clent-screen.
[ footer ]   Dynamic tables : rt   [ dt OR top ]   Non dynamic   Properties : dt   <br> 


Properties-dt


Dynamic tables : rt   [ dt OR top ]   Non dynamic   Properties : dt   <br> 



header
DYNAMIC TABLE
This table is dynamically resized by JavaScript while outputting results
...Above in blue its properties [ JavaScript on the fly ]
To be able to call rt-dynamic.table properly we must set a name-anchor as if we call by link as :
<a href=#rt>rt</a> [<small><a name=#rt><br></a></small>]
...we need to get the upper border skipped from pixel [0,0] by a break-new-line
setting as <a name=rt>any</a> would confuse the interpeter and script won't work
Any name will be good as anchor except plain rt : <a name=any><br></a> (now in use)
[ footer ]   Dynamic tables : rt   [ dt OR top ]   Non dynamic   Properties : dt   <br> 



Where the client's pixels are !
[body]

This top subsection is set by html table-parameters ... width=100% & height=100%
The height of these rows automatically stretches in percentage to the related content
To get an absolute height-size matching between the clients' subsections of this page, it has been necessary to reduce the browser new line of 2 pixels as follows : <small><a name=dt><br></a></small>
In top subframe it's described another system to achive the same result.
Table with text nested in another table
...new line
Text placed in a table
...new line
[ footer ]   Dynamic tables : rt   [ dt OR top ]   Non dynamic   Properties : dt   <br> 




<br>

<script>var qq=document.getElementById("ctm").scrollHeight;document.write('[',qq,']');</script> →

Dynamic tables : rt   [ dt OR top ]   Non dynamic   Properties : dt   <br>