P
pantagruel
Hi,
the following works in FF but not IE:
Object.prototype.describe=function(){alert("Description: " +
this);return this}
alert.describe();
The question I have is mainly how can one go about extending the
behavior of native objects in IE?
the following works in FF but not IE:
Object.prototype.describe=function(){alert("Description: " +
this);return this}
alert.describe();
The question I have is mainly how can one go about extending the
behavior of native objects in IE?