Мне не понятно
<html>
<body>
<b id=b1></b>
<script language="javascript" type="text/javascript">
function getRandom300(m,n){
return Math.floor(Math.random()*(n-m+1))+m;
}
function getRandom6(){
n6=getRandom300(100000,999999);
document.getElementById(b1).innerHTML= n6
}
getRandom6()
</script>
</body>
</html>
document.getElementById(b1) is null
пишет firebug
С первым кодом разобрались