Click to See Complete Forum and Search --> : Accept / Decline button on from e-mail


Lisae
10-09-2003, 12:33 PM
I have a form on our Intranet which submits to different people, depending on which radio button is selected. We use Outlook for e-mail. I've been asked the following:

"Is there anyway that the email that is generated can have an "Accept" and "Decline" button on the email. And however they answer, have an email sent back to the requester?"

Does anyone know of a way to do this using JavaScript/HTML?

requestcode
10-09-2003, 01:22 PM
More than likely you will have to use a server side language such as PHP to have an HTML document in the email. This email could then display the buttons.