01.
<
div
style
=
"overflow:auto;HEIGHT:100%;WIDTH:100%"
id
=
"oReportDiv"
onscroll
=
"ShowFixedHeaders()"
onresize
=
"ShowFixedHeaders()"
>
02.
<
table
cellspacing
=
"0"
cellpadding
=
"0"
>
03.
<
tbody
>
04.
<
tr
>
05.
<
td
id
=
"oReportCell"
onpropertychange
=
"ShowFixedHeaders()"
style
=
"zoom: 100%;"
>...</
td
>
06.
<
td
width
=
"100%"
height
=
"0"
></
td
> <---- ต้องการลบ cell นี้ทิ้งครับ
07.
</
tr
>
08.
<
tr
>
09.
<
td
width
=
"100%"
height
=
"0"
></
td
>
10.
</
tr
>
11.
</
tbody
>
12.
</
table
>
13.
</
div
>