it doenst send values of input with type="submit".
ass seen in this line:
if (!el.name || el.disabled || el.type == 'submit' || el.type == 'reset' ||
el.type == 'file') return;

and thats correct for a normal form using php.

--
Fábio Miranda Costa
Solucione Sistemas
Front-End Engineer
http://meiocodigo.com


On Sun, Jul 26, 2009 at 5:55 PM, Aaron Newton <[email protected]> wrote:

> it serializes all the inputs in the forms. it's not discriminatory wrt the
> type of input...
>
>
> On Sun, Jul 26, 2009 at 1:27 PM, daKmoR <[email protected]> wrote:
>
>>
>> hmmm if someone uses <input type="submit"... /> the values shouldn't
>> be sent right?
>> or at least that's what I thought...
>>
>> I explained it in this way...
>>
>> http://www.mooforum.net/help12/submit-button-value-not-sent-trough-request-html-t1959.html#p6523
>>
>> doesn't sound too bad... :p so what's the way to do it?
>>
>
>

Reply via email to