On Sep 7, 3:42 pm, "g...@iec" <abhi.pur...@gmail.com> wrote:
> Hi.........can anybody  help me out to come out of this????

You many need to use getElementsByTagNameNS('*',tagName). To remove
nodes try:

  this.parentNode.removeChild(this);


--
Rob

Reply via email to