hello..
if i have more than one forms on a page, how can i submit one

form at a time without reloading the page?

i really need the help. thank you.

    I didn't think this was possible. You can do some workarounds involving frames and javascript though. You put your form that you're submitting in a tiny frame, then use javascript to control that frame. The tiny frame will reload, but the user doesn't see it.

    good luck

    -Morgan

      yeah, what morgan said is about it. You can submit to a tiny iframe, or to a new window which you close after processing, but you can't just do it to a normal page without a reload.

        Write a Reply...