View Single Post
Old 01-31-2004, 08:16 PM   PM User | #6
liorean
The thread killer


 
Join Date: Feb 2003
Location: Umeå, Sweden
Posts: 5,575
Thanks: 0
Thanked 84 Times in 75 Posts
liorean will become famous soon enoughliorean will become famous soon enough
You mean you have multiple form fields of a type that shouldn't take multiple values with the same name? You know that only checkboxes and radio buttons may share name with other controls, though select elements may send multiple values as well?

As for as specification goes, the sequence control name/value pairs should take is unspecified - which means that you should never rely on it being a certain way or another.
__________________
liorean <[lio@wg]>
Articles: RegEx evolt wsabstract , Named Arguments
Useful Threads: JavaScript Docs & Refs, FAQ - HTML & CSS Docs, FAQ - XML Doc & Refs
Moz: JavaScript DOM Interfaces MSDN: JScript DHTML KDE: KJS KHTML Opera: Standards
liorean is offline   Reply With Quote