(element)) {
element = this.findByName( element.name )[0];
}
[/code]
It seems to be working great and it cycles through all of the input
elemens.
Hope this helps someone.
On Sep 16, 4:48 pm, ShrimpWagon wrote:
> Is it that big of a problem that it can't cycle through each radio
> butto
When using a select combo box that has multiple selections enabled, my
server was not seeing it as an array. It was only seeing it as a
single variable value. All I did to correct this was add [] and the
end of the name attribute.
Ex.
[code][/code]
Now my LAMP server sees this variable as an ar
2 matches
Mail list logo