De tabel wordt automatisch met OOP gegenereerd, en dit is slechts een hap uit de broncode, maar ik heb het idee dat het script dat hieronder staat niet helemaal klopt.
Dan heb ik het over het bg_onclick gedeelte dat niet naar wens werkt.
<script type='text/javascript'>
function bg_click(Lapidi) {
window.location = Lapidi;
}
function bg_over(Linschoten) {
Linschoten.style.backgroundColor='#abcdef';
}
function bg_out(Linschoten) {
Linschoten.style.backgroundColor='transparent';
}
-->
</script>
<table width='300' cellspacing='0' cellpadding='0'>
<tr>
<td colspan='2'><B><A HREF='auctions.php?view=rou'>Roulette</A></B></td>
</tr>
<tr style='background-color:#ffffff' onMouseOut='bg_out(this)' onMouseOver='bg_over(this)' onclick='bg_click(http://www.baracasino.com/auctions.php?view=1)'><td style='padding:2px;'><A HREF='auctions.php?view=1'>The Palms</A></td><td style='padding:2px;text-align:right;'>$2,500,000,000</td></tr>
</td>
</tr>
</table>
Alvast bedankt :)