Here is my code ...
[code=HTML]
<td onclick="alert( this.innerHTML) ;">Debasis & Jana</td>
[/code]
When it alerts then it prints Debasis & Jana, if my innerHTML is Debasis & Jana then it still prints the same.
Please Help!
[code=HTML]
<td onclick="alert( this.innerHTML) ;">Debasis & Jana</td>
[/code]
When it alerts then it prints Debasis & Jana, if my innerHTML is Debasis & Jana then it still prints the same.
Please Help!
Comment