
February 6th, 2002, 08:04 PM
|
 |
a lazy guy
|
|
Join Date: Aug 2001
Location: Hong Kong
Posts: 99
Time spent in forums: < 1 sec
Reputation Power: 12
|
|
|
Javascript: Change Style?
Hello,
in a HTML, there is a invisible table inside a <DIV> tag.
How can I make it visiable in Javascript?
Thanks.
eg.
<DIV ID="MYTABLE" STYLE="display:none">
<TABLE>
...
...
...
</TABLE>
</DIV>
|