html form button problem

M

Mike Drewry

We have a standard html form button on several forms that are emailed
to various supervisors within the organization. The sup's that have a
Mac X do not seem to be able to click on the submit buttons contained
in the form.

<form action="http://process_selection.asp" method=post>
....

<input type=Submit name=Submit value=Decline>
<input type=Submit name=Submit value=Accept>
</form>

Again, this works in emails sent to PC Workstations but does not work
in emails sent to Max OS X using Entourage for it's email client.

Thank you for your responses!
 
D

Dave Cortright

We have a standard html form button on several forms that are emailed
to various supervisors within the organization. The sup's that have a
Mac X do not seem to be able to click on the submit buttons contained
in the form.

<form action="http://process_selection.asp" method=post>
...


<input type=Submit name=Submit value=Decline>
<input type=Submit name=Submit value=Accept>
</form>

Again, this works in emails sent to PC Workstations but does not work
in emails sent to Max OS X using Entourage for it's email client.

Thank you for your responses!

For security reasons, Entourage does not allow active content such as
JavaScript or forms to work in an e-mail message. A better solution would be
to send a link in a message that points to a web page that contains the
form.
 
Top