Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] counting selects


  • From: richardjg at gmail.com (Richard Garbutt)
  • Subject: [Javascript] counting selects
  • Date: Wed Sep 28 03:56:20 2005

In the second case var i has been incremented by the loop so it's ==1
when it tests the second select. It should work if you use var
ordersNumRows as the array index.

hth