Try to get this onclick event to work inside my table. Can somebody help?!
http://jongoodhue.freeiz.com/allin/allin.html
Code for table
<style type="text/css">
table.sample {
border-width: 1px;
border-spacing: 2px;
border-style: groove;
border-color: gray;
border-collapse: collapse;font-size:20px;
}
table.sample th {
border-width: 1px;
padding: 4px;
border-style: groove;
border-color: white;font-size:20px;
-moz-border-radius: ;
}
table.sample td {
border-width: 1px;
padding: 4px;
border-style: groove;
border-color: white;
font-size:20px;
-moz-border-radius: ;
}
</style>
<table class="sample" cols="2" rows="12" width="500">
<font style="color:white;face:arial;"><tr><td>
1. Choke<td><a href="#" onClick="window.open('http://jongoodhue.freeiz.com/allin/choke.html','mywindow','width=300,height=500,toolb ar=no,location=no,directories=no,statu s=no,menubar=no,scrollbars=yes,copyhistory=no,resi zable=yes')">Lyrics</a></td></tr><tr><td>
2. In The Moment<td>Lyrics</td></tr><tr><td>
3. Down Again Blues<td>Lyrics</td></tr><tr><td>
4. Stripped Away<td>Lyrics</td></tr><tr><td>
5. Wings Of Your Lover<td>Lyrics</td></tr><tr><td>
6. Eating Me Alive (DOWNLOAD ONLY)<td>Lyrics</td></tr>
</table></font>