QUOTE(myncknm @ Jan 11 2007, 01:12 PM)

Egads, have you ever heard of a loop?
You actually went and typed in "alert('###/500')" 300 times?
This is how you do it:
CODE
<script type="text/javascript">
for (var i = 1; i <= 500; i++) {
window.alert(i + "/500");
}
No actually, I didn't. It took me a minute, how could I have typed it all out? And I was too lazy to think of loops.