<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY 
style="WORD-WRAP: break-word; khtml-nbsp-mode: space; khtml-line-break: after-white-space">
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2>function 
countRows() {<BR>&nbsp;&nbsp;&nbsp; var ordersNumRows = 0;<BR>&nbsp;&nbsp;&nbsp; 
var inputFields = document.getElementsByTagName("select")<BR>&nbsp;&nbsp;&nbsp; 
var numTag = inputFields.length;<BR>&nbsp;&nbsp;&nbsp; for (i=0; i&lt;numTag; 
i++) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if 
(inputFields[i].getAttribute("name") == "products_id[" + i + "][products_id]") 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ordersNumRows++;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}<BR>&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; 
alert(ordersNumRows);<BR>}<SPAN 
class=212433408-28092005>&nbsp;</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005></SPAN></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005>actually this does 
work.</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005>but the problem is:</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005>as soon there is a different &lt;select&gt; before the 
selects i am searching for,</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005>var numTag = inputFields.length; seems to stop 
counting:(</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005></SPAN></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005>f.e.:</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005>&lt;select name="products_id[0][products_id]" 
id="products_id[0][products_id]"&gt;&lt;/select&gt;<BR>&lt;select 
name="products_id[1][products_id]" 
id="products_id[1][products_id]"&gt;&lt;/select&gt;</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005><SPAN class=212433408-28092005>&lt;select 
name="orders_status_id" 
id="orders_status_id"&gt;&lt;/select&gt;<BR></SPAN></SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005>= works fine, result: 
2&nbsp;</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS" color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005><SPAN class=212433408-28092005>&lt;select 
name="orders_status_id" 
id="orders_status_id"&gt;&lt;/select&gt;</SPAN></SPAN></FONT></FONT></FONT></DIV></SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005>&lt;select name="products_id[0][products_id]" 
id="products_id[0][products_id]"&gt;&lt;/select&gt;<BR>&lt;select 
name="products_id[1][products_id]" 
id="products_id[1][products_id]"&gt;&lt;/select&gt;</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005><SPAN 
class=212433408-28092005></SPAN></SPAN></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005><SPAN class=212433408-28092005>= stops counting, 
result: 0</SPAN></SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005><SPAN 
class=212433408-28092005></SPAN></SPAN></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face="Trebuchet MS"><FONT color=#0000ff><FONT size=2><SPAN 
class=212433408-28092005><SPAN class=212433408-28092005>can i suite the var 
inputFields&nbsp;somehow?!</SPAN></SPAN></FONT></FONT></FONT></DIV></DIV></BODY></HTML>