[thelist] onclick in table row

Damien COLA damiencola at wanadoo.fr
Tue Jan 27 07:56:42 CST 2004


I can spot one mistake in your source, don't know if this is what you're
after :

-----Original Message-----
><tr class="dataTableRowSelected" onmouseover="this.style.cursor='hand'"
>onclick="document.location.href='foo.html">

should be
><tr class="dataTableRowSelected" onmouseover="this.style.cursor='hand'"
>onclick="document.location.href='foo.html'">

note the closing '

Cheers,



More information about the thelist mailing list