/ Published in: JavaScript
Expand |
Embed | Plain Text
var value; var theDoc = window.document; var i = 9; do { value = theDoc.getElementById("product_"+i).value; // ...whatever ... } while (--i);
Comments
Subscribe to comments
You need to login to post a comment.

how is this faster?