+ 2
Why it error's??
14 Answers
+ 2
So what shall I replace insted of that??
+ 2
See my code again
+ 1
You don't need innerHTML = i
+ 1
just delete that , it is not important to use always :)
+ 1
It doesn't work again
+ 1
see it
+ 1
I want it wrot's 1 to 13 in every <li>
+ 1
How can I do it??
+ 1
It's half of thing that I want
+ 1
Thanks
0
pls tell me what do you want to do with that for loop :)
0
I think that you cannot do that in that way
0
try something like this document.write("<li>"+ i +"</li> ")
0
do{
count++
document.write("<li>" + count + "</li>");
}
while(count <13)
Delete everything in JavaScript and paste only this, but I think that this is not what you are looking for...