Hi,
I am facing an issue because of removeChild method in javascript.
I am using below code to remove a div tag.
this.parent.parent.removeChild(this.parent).
that code is working pretty fine in FF but it give me error in IE7/8.
" Error: Object doesn't support this property or method ".
is removeChild method is not supported in IE7/8 or is there any other alternate of this method?
Regards,
Mahendra Athneria
Mumbai,Maharashtra,India