PDA

View Full Version : Number Generator Help


Shadows
11-06-2002, 04:20 PM
Hello all, I have a question for you. The script below should generate all the numbers in the set, but I think I messed something up, because now when i run the sciprt, it does not generate any numbers......can you help me?


<script type="text/javascript">

for (i =6130900; i <=6131000+)
{
document.write("<a href='http://www.horseland.com/Scripts/ENTERCLASS.asp?class_id=" + i + "' target='right'>" + i + "</a><br>" )
}

</script>

beetle
11-06-2002, 04:28 PM
for (var i=6130900; i <=6131000; i++)