joecool2005
05-25-2006, 06:06 PM
Hi,
How do I increment the variable i inside the arrayKey(i) variable?
<script>
for(i=0; i<5;i++){
document.write("<%=arrayKey(i)%><br>");
}
</script>
thx
joe
How do I increment the variable i inside the arrayKey(i) variable?
<script>
for(i=0; i<5;i++){
document.write("<%=arrayKey(i)%><br>");
}
</script>
thx
joe