Guys,
I'm having issues with getAttributes.
I have done the following.
attr_list = document.getEle mentById("image _id").getAttrib utes();
I want to be able to loop around the attributes within an image so that
i can see what is happening there.
At the moment FF is saying getAttributes() isnt a function.
Any help would be very much appreciated.
I'm having issues with getAttributes.
I have done the following.
attr_list = document.getEle mentById("image _id").getAttrib utes();
I want to be able to loop around the attributes within an image so that
i can see what is happening there.
At the moment FF is saying getAttributes() isnt a function.
Any help would be very much appreciated.
Comment