OK, first let me say that I know nothing of html, so, if this question sounds ridiculous then I apologize and I will silently slap myself in the face when no one is looking. Is it possible to create an html button with a number of url's hidden inside? Say, it is a form that was filled out and the next action being a "send" button, but instead of the form being sent to one destination, it actually goes to, say five different destinations?
Yes, it could be done easily. I'd personally set up an Outlook "rule" to forward the messages to the 5 addresses (I'd use a dedicated email address and "autocheck" mail). It could be done several ways, but I'd prefer to use PHP. You might want to check into PHP's FormMail. Heres a quick link I found on it... http://www.tectite.com/formmailpage.php Also, do a search on PHP formmail, you should be able to find 100's of free scripts or be able to throw together one pretty quickly. Good luck with your project...