Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1501 Is it possible to dynamically change the border size of a table?

You are here: irt.org | FAQ | JavaScript | Table | Q1501 [ previous next ]

Currently only in Internet Explorer:

<table id="t1" border=0>
<tr><td><a href="javascript:;" onClick="document.all.t1.border++">click</a></td></tr>
</table>

©2018 Martin Webb