Re: [S2] not including null-params in URL of GET-submitted form

2008-09-18 Thread Gabriel Belingueres
try disabling the empty fields in the form's onsubmit event. 2008/9/18 Laurie Harper <[EMAIL PROTECTED]>: > Pierre Thibaudeau wrote: >> >> Is there a way to avoid null-valued (or empty-valued) parameters to be >> explicitely mentioned in the URL generated by a form submitted through the >> GET met

Re: [S2] not including null-params in URL of GET-submitted form

2008-09-18 Thread Laurie Harper
Pierre Thibaudeau wrote: Is there a way to avoid null-valued (or empty-valued) parameters to be explicitely mentioned in the URL generated by a form submitted through the GET method? For instance, here's a form: If the user types "FOO" in the first textfield and nothing in the

[S2] not including null-params in URL of GET-submitted form

2008-09-18 Thread Pierre Thibaudeau
Is there a way to avoid null-valued (or empty-valued) parameters to be explicitely mentioned in the URL generated by a form submitted through the GET method? For instance, here's a form: If the user types "FOO" in the first textfield and nothing in the second, the submitted URL