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
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
Bookmarks