Hi
I'm trying to get the size of a table. I have a table called grid (id="grid") but ...
getElementById('grid').getAttribute('height');
returns blank. I can get the width but not the height and I'm wondering if its because the table width is specified but not the height. Unfortunately due to a number of reasons this has to work/is not working on ie5. Does anyone know if this is a bug?
Thanks
I'm trying to get the size of a table. I have a table called grid (id="grid") but ...
getElementById('grid').getAttribute('height');
returns blank. I can get the width but not the height and I'm wondering if its because the table width is specified but not the height. Unfortunately due to a number of reasons this has to work/is not working on ie5. Does anyone know if this is a bug?
Thanks