![]() |
|
|
+ Search |
![]()
|
Aug 29th, 2000 16:10
Martin Honnen, stéphane royer,
Yes, with IE4+ and NN6:
<TABLE BORDER="1">
<TR>
<TD BGCOLOR="orange">
<A HREF="javascript: void 0"
ONCLICK="var cell = this.parentNode ? this.parentNode :
this.parentElement;
if (cell) {
if (cell.width)
cell.width = parseInt(cell.width) + 100;
else
cell.width = 100;
alert(cell.width)
}"
>
click
</A>
</TD>
</TR>
</TABLE>