I am trying to display XML data in a textarea and trying to make onClick event on content of textarea. For eg.
< textarea >Hello Web, This is simple html page.< / textarea >
Here I want to make onClick event on each 'i' character.
Please help me on this.