im very novice with javascript and need some help with this.
Everything seems to be working the way its suppost to except the third line I cant get it to function, the numbers stay the same and dont add a new digit to each new line it creates. Did i lose you? But the forth line works perfect. Sorry if this is such a dumb question :-\
<script type="text/javascript">
for (i = 6685500; i <= 6686000; i++);
for (ii = 6685500; ii <= 6686000; ii++)
{
document.write("<a href=http://www.webpage.com/Scripts/ENTER.asp?class_id=" + i + "&kkey1=" + ii + "&kkey2=546993317' target='right'>" + i + "</a><br>" )
}
</script>
Everything seems to be working the way its suppost to except the third line I cant get it to function, the numbers stay the same and dont add a new digit to each new line it creates. Did i lose you? But the forth line works perfect. Sorry if this is such a dumb question :-\
<script type="text/javascript">
for (i = 6685500; i <= 6686000; i++);
for (ii = 6685500; ii <= 6686000; ii++)
{
document.write("<a href=http://www.webpage.com/Scripts/ENTER.asp?class_id=" + i + "&kkey1=" + ii + "&kkey2=546993317' target='right'>" + i + "</a><br>" )
}
</script>