![]() |
|
|
+ Search |
![]()
|
May 7th, 2000 07:16
Martin Honnen,
As there is no DOM legend property or legends collection it seems best
to ID your LEGENDs if you need to script them as then
document.all['legendID']
in IE4/5 and
document.getElementById('legendID')
in NN6 and IE5 allow to script the LEGEND element.