Hi. My question is how i is handled while several forms have been being sent through a single page. (assuming action attributes of these forms are the same) regards,
Bear Bibeault
Author and opinionated walrus
Marshal
You can't submit more than one form to a single target. (You can submit different forms to different targets, but I'm pretty sure that's not what you are asking). If you'd be a bit more explicit about why you are trying to do this, perhaps we can figure out a supported way of achieving that goal. Start off with: why do you have multiple forms to begin with? hth, bear