I'm in the process of creating my own getElementsByCl assName function...
why does this not work in IE and it does on firefox?
the error i keep getting on IE (7) is:
object doesn't support this property
please help.
why does this not work in IE and it does on firefox?
Code:
Document.prototype.getElementsByClassName = function(para)
{
alert(para);
}
object doesn't support this property
please help.
Comment