| 
 Date: 11/07/07 (Web Development) Keywords: java I have two divs with different ids on the same page. There is a select element inside each of these divs.  The select elements have the same name.  Is there a way in javascript to reference the selects specifically within each individual div that would work for IE7 and the latest Firefox? Thanks in advance. 
 |