[Proto-Scripty] Re: Select field IE problem

2008-10-20 Thread delishus
Cristisor The quick dirty way to deal with this is to have 2 different select list for your days in seperate divs, one with 31 days the other with 30 days. Then with an onchange event on the month div, either show or hide the relevant select list. You can either have the lists hardcoded into the

[Proto-Scripty] serialize array

2008-10-15 Thread delishus
Hi..wonder if anyone can point me in the right direction with this issue. I'm using serialize to send form data to an ajax.Updater (to php backend), but the form contains array data and any fields such as name="hobbies[]" (square brackets) returns hobbies%5B%5D hence killing the post. IE pro

[Proto-Scripty] Re: serialize array

2008-10-16 Thread delishus
If this is one of those situations, could someone point me at the > relevant reference so I can bone up? :-) > > If not, though, that may be your answer:  They're invalid names. > > [1]http://www.w3.org/TR/html401/interact/forms.html#radio > [2]http://www.w3.org/TR/html401/inte