Can you show us the HTML from the checkbox area of the page and the code that you're using?
Ray at home > -----Original Message----- > From: Chris Hagwood [mailto:[EMAIL PROTECTED] > I have a data page with checkboxes beside each row. Check > the ones you want to process, then hit one submit button at > the bottom. > > I handle it by naming all the checkboxes the same, then doing > a SPLIT based on the commas in the field to get the data into > an array to process. > > My problem is that sometimes, only sometimes, the data is > duplicated in the array and I have no idea why. I'm positive > that there are not duplicate values on the data table > displayed. But, when the script outputs, there are sometimes > duplicate rows. > > Is there something about my method causing this? --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
