David Leangen wrote:

Hi, Sylvain,

Thanks for the suggestion.



It's okay to have a submit button, just don't give it an ID or name of "submit". Call it something else. That's all.

Regards, Upayavira

Do you have a widget that is named "submit"? If yes, it overrides the
submit() function of the form object in the web page, and therefore
breaks the client-side handling of "submit-on-change".



Yes, I have a submit button. Actually, I need a submit button.

Actually, what I'm trying to do isn't all that complicated, I think. It's
that that I haven't found the right combination of settings I need to get
the job done.

My form should be like this:

-------------------------
(  ) radio1
(  ) radio2
     [  ] checkbox1
     [  ] checkbox2

 [  submit  ]
-------------------------


When radio1 is set, both checkboxes should be disactivated.

When radio2 is set, the checkboxes should be activated.


However, I'm not able to capture the event indicating the change of values between radio1 and radio2. I think that's pretty much the only thing I haven't figured out yet.


Any suggestions are very welcome.

Thanks!
Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to