If you have two fields named passwd, but with unique IDs, what will you do at the server to sort them out? At best, you're going to receive an array as the value of passwd, with index 0 being the first instance of that field name in your source order, and passwd[1] being the second, right? So why not give them unique names that match their IDs and sort out the difference on the server?
Walter On Jan 24, 2009, at 4:55 AM, silverweb wrote: > After some researching, I found I had two quite similar fields in two > different forms: > > <input name="passwd" type="password" id="loginPasswd" /> > > and few lines forward in second form: > > <input name="passwd" type="password" id="passwd" /> > > When I wanted to work on the second field (id=passwd) I had strange > outputs on IE6, so I did: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
