what if I wan to send ajax request within 2 form ? how the code should look like ?
with just one click, it will wrap value in 2 form and send to one url ? kiwi ----- happy hacking On Wed, Sep 17, 2008 at 6:48 PM, hellspawn <[EMAIL PROTECTED]> wrote: > > give an id to second form > add an click event on send button on first form, that does > $(id_second_form).submit() > > > On Sep 17, 10:04 am, "Kiwi de coder" <[EMAIL PROTECTED]> wrote: > > hi, > > > > my html have 2 form ? I want it to send value in both form when i click > an > > button. Is that possible to do it in mootools ? > > > > any idea ? > > > > kiwi > > ---- > > happy hacking ! >
