Hi guys, I've a problem using setAttribut and event. Let me explain in detail: I have to create a table with js, and set an onClick event on every cell, so that a function with argument "this" is executed every time the user click on a table cell.
To do so, I've coded something like:
<html>...