javascript htmlDivElement problem
- by Fearghal
Hi guys,
I have a htmlDivElement (with no id) - and I'm trying to access and change the style of it..
Problem is everything I try returns 'Undefined' when i try to alert it
Eg:
alert (htmldivelementobject.className)
I've also tried getAttribute but it returns the same thing... Where am I going wrong?
F