Does anyone have a no JavaScript way to make HTML radio buttons belonging to the same "group" have different "name" attributes?
While I figure there isn't any way, I'm working on a site which needs to still be function when JS is off, and this would be ideal.
Addendum
It's not a requirement as much as a preference; there's a kind of consistency in the solution I'm trying to respect about the format and naming of parameters which get POSTed. Of course, if need be, I'll ditch it, but if I can make it work I'll get that warm fuzzy feeling...