I have an xml data island connected to an html table. On each row of the table there is an image. When the image is clicked I would like to remove that row from the table. I can call a JS function in the onclick event of the img tag, but how do I know which row is being clicked/which node in the data island to remove?
Thanks for the help.
Thanks for the help.