hi
I have a mock up cinema website which allows users to book tickets for a show. they enter the tickets wante and the next page loads. on this page there are two select boxes for every ticket wanted (these are used to select the row and seat wanted). Everything works fine but i would like javascript to check whether any of the rows and seats entered via the select boxes are the same.
the rows are stored in a javascript array called 'row' and the seats in an array called 'seat'. starting at the point 0.
I thought about having a mutliple dimension for loop to check them but i can't manage to get it to work. any ideas?