Hi,
I'm new to javascript so please excuse if this question is trivial. I have a dynamic Webpage that includes an iFrame where external html Code is included. Now I need to dynamically remove an element from this iFrame.
Firebug give's me the following XPath Entry for the Element.
/html/body/div[2]/div[2]/ol/table/tbody/tr/td/a/img
My question now is how can I transform this into a DOM Element Structure to create a Javascript which will remove the element. Or is there any other way to remove this image ?
Thanks indeed
[EDIT]
The source of the iFrame is created by another webserver. We generate it there because of load sharing.