Black Dragon,
<script>
function f1(){
var q = new Array();
var i=0;
var c=0;
alert(q);
while (i<5){q[i] = document.getElementById("id"+c) ? document.getElementById("id"+c).value : "undefined";i++;c++;}
alert(q);
}
</script>
<body>
<table border='1'>
<tr><td><input type='text' id='id0' value='wsw'></td></tr>
<tr><td><input type='text' id='id1' value='2'></td></tr>
<tr><td><input type='text' id='id2' value='0'></td></tr>
<tr><td><input type='text' id='id3'></td></tr>
</table>
<input type='button' value='Распределить команды' onClick='f1()'>
</body>
melky, не столько в
id-шнике дело)