Blair McKenzie schrieb:
> As far as I'm aware, $.post does not automatically send input values
> from the form. To add key-value pairs use the second parameter:
> $.post('contact.send.php', { key1:value1, key2:value2, ... ,
> keyn:valuen }, function(txt) {} );
>
> You can also look at the form plugin which provides a way to
> automatically include form inputs.
>
> Blair
thank you, thats it, it now works :-)

Best regards,

Arne

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to