开发者

Can we create a ajax form within a fieldset of another form?

Is this possible?

The ajax form's purpose is to serve as a selector for the main form开发者_Python百科.


Forms cannot be nested.

Btw, you don't need a form for that purpose. Just send AJAX request without any form.

Put a select/set of radio buttons outside the form, assign onchange handler and in it do whatever you want. For example - send AJAX query and modify the form.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜