10-06-2011, 19:13
<script type="text/javascript">
document.getElementById('nazwa_guzika').onClick = function() {this.style.backgroundColor = '#'+Math.floor(Math.random()*16777215).toString(16);}
</script>
document.getElementById('nazwa_guzika').onClick = function() {this.style.backgroundColor = '#'+Math.floor(Math.random()*16777215).toString(16);}
</script>