var controls = document.getElementById("tbsell").getElementsByTagName('input');
for (var i = 0; i < controls.length; i++) {
if (controls[i].type == 'text') {
controls[i].value = brr[i];
}
}
<table class="table_noborder_fontleft" id="tbsell" style=" border:0px;">
<tr>
<td>
<input type="text" maxlength="10" id="sellpro1" style=" 68px;" />
<input type="text" maxlength="10" id="sellpro2" style=" 68px;" />
<input type="text" maxlength="10" id="sellpro3" style=" 68px;" />
<input type="text" maxlength="10" id="sellpro4" style=" 68px;" />
</td>
</tr>
<tr>
<td>
<input type="text" maxlength="10" id="sellpro5" style=" 68px;" />
<input type="text" maxlength="10" id="sellpro6" style=" 68px;" />
<input type="text" maxlength="10" id="sellpro6" style=" 68px;" />
<input type="text" maxlength="10" id="sellpro7" style=" 68px;" />
</td>
</tr>
<tr>
<td>
<input type="text" maxlength="10" id="sellpro8" style=" 68px;" />
<input type="text" maxlength="10" id="sellpro9" style=" 68px;" />
<input type="text" maxlength="10" id="sellpro10" style=" 68px;" />
<input type="text" maxlength="10" id="sellpro11" style=" 68px;" />
</td>
</tr>
</table>