submit multiple forms
Hi all,
I have been approached to help develop an application that will allow users to sign up for your service, (fill in forms, that will be stored in a DB, and with this information, we sign them up to the specific directories they have chosen to register with using the data they entered.
I have spent the last few days doing some research, but am still unsure what the best way to submit to multiple forms, on different webpages is. I have been told that javascript would be one way to do it, but as the whole project will be based around Java, I would prefer to do it from the JSPs that will be used to capture their information.
Any help would be much appreciated!

